X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=ee8d993cebeb158f8a2cf613b21d47481326404c;hp=eec6f504211848ac3211555de0e9c41d9ea3d8e9;hb=f5ae179519d578169b4123af89eebf667efa1e2c;hpb=5319ccd7eb4761f1481dcbb041b256848efc005e diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index eec6f50421..ee8d993ceb 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -23,6 +23,7 @@ NOR_DRIVERS = \ non_cfi.c \ ocl.c \ pic32mx.c \ + spearsmi.c \ stellaris.c \ stm32x.c \ str7x.c \ @@ -32,18 +33,12 @@ NOR_DRIVERS = \ virtual.c noinst_HEADERS = \ - at91sam7.h \ - at91sam3.h \ - avrf.h \ core.h \ cfi.h \ driver.h \ imp.h \ - lpc2000.h \ - lpc288x.h \ non_cfi.h \ ocl.h \ - pic32mx.h \ stellaris.h \ stm32x.h \ str7x.h \