From 01f93137c4c9d2aedd57a715be46d2809c316811 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 27 Nov 2009 09:29:07 -0800 Subject: add 'nonce' nand driver The nonce NAND driver provides a no-op implementation useful for testing the system independently of any driver side-effects. --- src/flash/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flash/Makefile.am') diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index 84032302..94cc86e5 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -44,6 +44,7 @@ NAND_SRCS = \ nand.c NAND_DEVICES_SRCS = \ + nonce_nand.c \ davinci_nand.c \ lpc3180_nand_controller.c \ mx3_nand.c \ -- cgit v1.2.3