move more nor flash implementation details
[openocd/ztw.git] / src / flash / nor / Makefile.am
blob67a5e558bf40da36879362de059dc4fb34555cb5
1 AM_CPPFLAGS = -I$(top_srcdir)/src
3 noinst_LTLIBRARIES = libocdflashnor.la
4 libocdflashnor_la_SOURCES = \
5         core.c \
6         tcl.c \
7         $(NOR_DRIVERS)
9 NOR_DRIVERS = \
10         aduc702x.c \
11         at91sam3.c \
12         at91sam7.c \
13         avrf.c \
14         cfi.c \
15         ecos.c \
16         faux.c \
17         lpc2000.c \
18         lpc288x.c \
19         lpc2900.c \
20         non_cfi.c \
21         ocl.c \
22         pic32mx.c \
23         stellaris.c \
24         stm32x.c \
25         str7x.c \
26         str9x.c \
27         str9xpec.c \
28         tms470.c
30 noinst_HEADERS = \
31         at91sam7.h \
32         at91sam3.h \
33         avrf.h \
34         core.h \
35         cfi.h \
36         imp.h \
37         lpc2000.h \
38         lpc288x.h \
39         non_cfi.h \
40         ocl.h \
41         pic32mx.h \
42         stellaris.h \
43         stm32x.h \
44         str7x.h \
45         str9x.h \
46         str9xpec.h \
47         tms470.h
49 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in