X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=511e899e94bd156663e204983d32facd9cb635ac;hp=5d0a4dfcb1a25789e274657244ae9a07b054f420;hb=e7a8de17620cd24d0c28388d5851ce093297411c;hpb=eb1bc657ae10f9e21304e068ca17dc0231a9b9c0 diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 5d0a4dfcb1..511e899e94 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -23,12 +23,14 @@ NOR_DRIVERS = \ non_cfi.c \ ocl.c \ pic32mx.c \ + spearsmi.c \ stellaris.c \ stm32x.c \ str7x.c \ str9x.c \ str9xpec.c \ - tms470.c + tms470.c \ + virtual.c noinst_HEADERS = \ at91sam7.h \ @@ -43,6 +45,7 @@ noinst_HEADERS = \ non_cfi.h \ ocl.h \ pic32mx.h \ + spearsmi.h \ stellaris.h \ stm32x.h \ str7x.h \