X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=e1028ff98186205aac866ce55aafb61009e0a0b7;hp=eec6f504211848ac3211555de0e9c41d9ea3d8e9;hb=1892a2b51009fb15bb1c2c7b10c125d671a5c3bf;hpb=5319ccd7eb4761f1481dcbb041b256848efc005e diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index eec6f50421..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,6 +21,7 @@ NOR_DRIVERS = \ non_cfi.c \ ocl.c \ pic32mx.c \ + stmsmi.c \ stellaris.c \ stm32x.c \ str7x.c \ @@ -32,23 +31,11 @@ NOR_DRIVERS = \ 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 \ - ocl.h \ - pic32mx.h \ - stellaris.h \ - stm32x.h \ - str7x.h \ - str9x.h \ - str9xpec.h \ - tms470.h + ocl.h MAINTAINERCLEANFILES = $(srcdir)/Makefile.in