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