diff options
Diffstat (limited to 'src/flash')
-rw-r--r-- | src/flash/nand/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/flash/nand/Makefile.am b/src/flash/nand/Makefile.am index bb9998e5..2ffa4c49 100644 --- a/src/flash/nand/Makefile.am +++ b/src/flash/nand/Makefile.am @@ -30,8 +30,10 @@ NAND_DRIVERS = \ noinst_HEADERS = \ arm_io.h \ core.h \ - lpc3180.h \ driver.h \ + fileio.h \ + imp.h \ + lpc3180.h \ mx3.h \ s3c24xx.h \ s3c24xx_regs.h |