Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family (ARM968E).
[fw/openocd] / src / flash / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir)/src/helper \
3         -I$(top_srcdir)/src/jtag \
4         -I$(top_srcdir)/src/target
5
6 METASOURCES = AUTO
7 noinst_LTLIBRARIES = libflash.la
8 libflash_la_SOURCES = \
9         arm_nandio.c \
10         flash.c \
11         lpc2000.c \
12         lpc288x.c \
13         lpc2900.c \
14         cfi.c \
15         non_cfi.c \
16         at91sam7.c \
17         at91sam3.c \
18         davinci_nand.c \
19         str7x.c \
20         str9x.c \
21         aduc702x.c \
22         nand.c \
23         nand_ecc.c \
24         nand_ecc_kw.c \
25         lpc3180_nand_controller.c \
26         stellaris.c \
27         str9xpec.c \
28         stm32x.c \
29         tms470.c \
30         ecos.c \
31         orion_nand.c \
32         s3c24xx_nand.c \
33         s3c2410_nand.c \
34         s3c2412_nand.c \
35         s3c2440_nand.c \
36         s3c2443_nand.c \
37         ocl.c \
38         mflash.c \
39         pic32mx.c \
40         avrf.c \
41         mx3_nand.c
42
43 noinst_HEADERS = \
44         arm_nandio.h \
45         flash.h \
46         lpc2000.h \
47         lpc288x.h \
48         lpc2900.h \
49         cfi.h \
50         non_cfi.h \
51         at91sam7.h \
52         at91sam3.h \
53         str7x.h \
54         str9x.h \
55         nand.h \
56         lpc3180_nand_controller.h \
57         stellaris.h \
58         str9xpec.h \
59         stm32x.h \
60         tms470.h \
61         s3c24xx_nand.h \
62         s3c24xx_regs_nand.h \
63         mflash.h \
64         ocl.h \
65         pic32mx.h \
66         avrf.h \
67         mx3_nand.h
68
69 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in