X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=f185081213dd30acf900cf6d63a138f662074d8b;hb=31e3ea7c19d39589ac9a8b2220331206b6d1e25c;hp=211366b812d3a44f744701a457af9ad4cd2b8473;hpb=822c06d9e3983b37cd1830c594210973cb560991;p=openocd.git diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 211366b812..f185081213 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -2,6 +2,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/src noinst_LTLIBRARIES = libocdflashnor.la libocdflashnor_la_SOURCES = \ + core.c \ + tcl.c \ + $(NOR_DRIVERS) \ + drivers.c + +NOR_DRIVERS = \ aduc702x.c \ at91sam3.c \ at91sam7.c \ @@ -26,7 +32,10 @@ noinst_HEADERS = \ at91sam7.h \ at91sam3.h \ avrf.h \ + core.h \ cfi.h \ + driver.h \ + imp.h \ lpc2000.h \ lpc288x.h \ non_cfi.h \