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