X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnand%2FMakefile.am;h=2ddd096ae98722fee9d846df3cc4b920558f9d9e;hb=ba2fbe22470915359e1905aaad4c613eacbdf6dc;hp=23c303bfc1ad2c27039d2ecc650d6edf78bc7984;hpb=3f4b9e334b867a16c35b1c6d9a1f9aefd35fd91b;p=openocd.git diff --git a/src/flash/nand/Makefile.am b/src/flash/nand/Makefile.am index 23c303bfc1..2ddd096ae9 100644 --- a/src/flash/nand/Makefile.am +++ b/src/flash/nand/Makefile.am @@ -17,7 +17,7 @@ NAND_DRIVERS = \ davinci.c \ lpc3180.c \ lpc32xx.c \ - mx2.c \ + mxc.c \ mx3.c \ orion.c \ s3c24xx.c \ @@ -37,7 +37,7 @@ noinst_HEADERS = \ imp.h \ lpc3180.h \ lpc32xx.h \ - mx2.h \ + mxc.h \ mx3.h \ s3c24xx.h \ s3c24xx_regs.h \