X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=fc646022aec0098bf007081ca5883ee2d86203a0;hb=e85845150532528b2996f828b108de81340c029e;hp=1be84becfa3508f33eb49e53867862f6d779cdd9;hpb=896ac8d4ef3212f80887bf009d626c5becb1240a;p=fw%2Fopenocd diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 1be84becf..fc646022a 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -1,18 +1,20 @@ -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 +include $(top_srcdir)/common.mk noinst_LTLIBRARIES = libocdflashnor.la libocdflashnor_la_SOURCES = \ + core.c \ + tcl.c \ + $(NOR_DRIVERS) \ + drivers.c + +NOR_DRIVERS = \ aduc702x.c \ + at91sam4.c \ at91sam3.c \ at91sam7.c \ avrf.c \ cfi.c \ - ecos.c \ + em357.c \ faux.c \ lpc2000.c \ lpc288x.c \ @@ -20,28 +22,26 @@ libocdflashnor_la_SOURCES = \ non_cfi.c \ ocl.c \ pic32mx.c \ + stmsmi.c \ stellaris.c \ - stm32x.c \ + stm32f1x.c \ + stm32f2x.c \ + stm32lx.c \ str7x.c \ str9x.c \ str9xpec.c \ - tms470.c + tms470.c \ + virtual.c \ + fm3.c \ + dsp5680xx_flash.c \ + kinetis.c noinst_HEADERS = \ - at91sam7.h \ - at91sam3.h \ - avrf.h \ + core.h \ cfi.h \ - lpc2000.h \ - lpc288x.h \ + driver.h \ + imp.h \ non_cfi.h \ - ocl.h \ - pic32mx.h \ - stellaris.h \ - stm32x.h \ - str7x.h \ - str9x.h \ - str9xpec.h \ - tms470.h + ocl.h MAINTAINERCLEANFILES = $(srcdir)/Makefile.in