X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=e1028ff98186205aac866ce55aafb61009e0a0b7;hp=272b536f9741216e13c935bd4dafbe4ebd8bf291;hb=1892a2b51009fb15bb1c2c7b10c125d671a5c3bf;hpb=d16dbaa0fc7b8a2f40cf9b283f716d2d7344504b diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 272b536f97..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,9 +36,6 @@ noinst_HEADERS = \ driver.h \ imp.h \ non_cfi.h \ - ocl.h \ - str9x.h \ - str9xpec.h \ - tms470.h + ocl.h MAINTAINERCLEANFILES = $(srcdir)/Makefile.in