X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=eec6f504211848ac3211555de0e9c41d9ea3d8e9;hb=18918a0423e04180f580a4a9453e190488aab17d;hp=1be84becfa3508f33eb49e53867862f6d779cdd9;hpb=896ac8d4ef3212f80887bf009d626c5becb1240a;p=openocd diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 1be84bec..eec6f504 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -1,12 +1,15 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag \ - -I$(top_srcdir)/src/flash \ - -I$(top_srcdir)/src/target + -I$(top_builddir)/src noinst_LTLIBRARIES = libocdflashnor.la libocdflashnor_la_SOURCES = \ + core.c \ + tcl.c \ + $(NOR_DRIVERS) \ + drivers.c + +NOR_DRIVERS = \ aduc702x.c \ at91sam3.c \ at91sam7.c \ @@ -25,13 +28,17 @@ libocdflashnor_la_SOURCES = \ str7x.c \ str9x.c \ str9xpec.c \ - tms470.c + tms470.c \ + 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 \