X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=95bd313d3d5042c53065807ab751d6d267a22c6d;hp=80428865f5d6f71dc7b60050ce8a81ce8a6f5aa3;hb=5ca7cbe2d232fcaff32598af1ef5e962e704c004;hpb=4cc359794420dbe0aedba38bde0ee4d871cdb354 diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 80428865f5..95bd313d3d 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -1,6 +1,4 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src +include $(top_srcdir)/common.mk noinst_LTLIBRARIES = libocdflashnor.la libocdflashnor_la_SOURCES = \ @@ -16,6 +14,7 @@ NOR_DRIVERS = \ avrf.c \ cfi.c \ ecos.c \ + em357.c \ faux.c \ lpc2000.c \ lpc288x.c \ @@ -23,9 +22,10 @@ NOR_DRIVERS = \ non_cfi.c \ ocl.c \ pic32mx.c \ - spearsmi.c \ + stmsmi.c \ stellaris.c \ stm32x.c \ + stm32f2xxx.c \ str7x.c \ str9x.c \ str9xpec.c \ @@ -38,13 +38,6 @@ noinst_HEADERS = \ 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