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