FLASH/NOR: Rename spearsmi.c to stmsmi.c
[fw/openocd] / src / flash / nor / Makefile.am
index 5d0a4dfcb1a25789e274657244ae9a07b054f420..e1028ff98186205aac866ce55aafb61009e0a0b7 100644 (file)
@@ -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,31 +21,21 @@ NOR_DRIVERS = \
        non_cfi.c \
        ocl.c \
        pic32mx.c \
+       stmsmi.c \
        stellaris.c \
        stm32x.c \
        str7x.c \
        str9x.c \
        str9xpec.c \
-       tms470.c
+       tms470.c \
+       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