X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=7d11bcd59eb5ba9d31f91b2c1519108dc82874f3;hp=eec6f504211848ac3211555de0e9c41d9ea3d8e9;hb=fb7c70980427e7f91ece27880b411a0489145a4d;hpb=5319ccd7eb4761f1481dcbb041b256848efc005e diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index eec6f50421..7d11bcd59e 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,14 +33,10 @@ 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 \