X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=e1028ff98186205aac866ce55aafb61009e0a0b7;hb=83e5aaf577ef86c767f22044e1a8dcc4d136597f;hp=80428865f5d6f71dc7b60050ce8a81ce8a6f5aa3;hpb=4cc359794420dbe0aedba38bde0ee4d871cdb354;p=openocd.git diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 80428865f5..e1028ff981 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 = \ @@ -23,7 +21,7 @@ NOR_DRIVERS = \ non_cfi.c \ ocl.c \ pic32mx.c \ - spearsmi.c \ + stmsmi.c \ stellaris.c \ stm32x.c \ str7x.c \ @@ -38,13 +36,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