X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=499ebfa2d66f3a305ffd5c990b3489b3b5c8a7ac;hp=1be84becfa3508f33eb49e53867862f6d779cdd9;hb=c65d94f7d0e0c511794ea1f42ddf01e66f97e236;hpb=896ac8d4ef3212f80887bf009d626c5becb1240a;ds=sidebyside diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 1be84becfa..499ebfa2d6 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -1,12 +1,12 @@ -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 +AM_CPPFLAGS = -I$(top_srcdir)/src noinst_LTLIBRARIES = libocdflashnor.la libocdflashnor_la_SOURCES = \ + core.c \ + tcl.c \ + $(NOR_DRIVERS) + +NOR_DRIVERS = \ aduc702x.c \ at91sam3.c \ at91sam7.c \ @@ -32,6 +32,7 @@ noinst_HEADERS = \ at91sam3.h \ avrf.h \ cfi.h \ + imp.h \ lpc2000.h \ lpc288x.h \ non_cfi.h \