ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
[openocd/ztw.git] / src / flash / nor / Makefile.am
blobf185081213dd30acf900cf6d63a138f662074d8b
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) \
8         drivers.c
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
31 noinst_HEADERS = \
32         at91sam7.h \
33         at91sam3.h \
34         avrf.h \
35         core.h \
36         cfi.h \
37         driver.h \
38         imp.h \
39         lpc2000.h \
40         lpc288x.h \
41         non_cfi.h \
42         ocl.h \
43         pic32mx.h \
44         stellaris.h \
45         stm32x.h \
46         str7x.h \
47         str9x.h \
48         str9xpec.h \
49         tms470.h
51 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in