Alexei Babich <a.babich@rez.ru> imx31 nand flash controller support
[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         cfi.c \
13         non_cfi.c \
14         at91sam7.c \
15         at91sam3.c \
16         davinci_nand.c \
17         str7x.c \
18         str9x.c \
19         aduc702x.c \
20         nand.c \
21         nand_ecc.c \
22         nand_ecc_kw.c \
23         lpc3180_nand_controller.c \
24         stellaris.c \
25         str9xpec.c \
26         stm32x.c \
27         tms470.c \
28         ecos.c \
29         orion_nand.c \
30         s3c24xx_nand.c \
31         s3c2410_nand.c \
32         s3c2412_nand.c \
33         s3c2440_nand.c \
34         s3c2443_nand.c \
35         lpc288x.c \
36         ocl.c \
37         mflash.c \
38         pic32mx.c \
39         avrf.c \
40         mx3_nand.c
41
42 noinst_HEADERS = \
43         arm_nandio.h \
44         flash.h \
45         lpc2000.h \
46         cfi.h \
47         non_cfi.h \
48         at91sam7.h \
49         at91sam3.h \
50         str7x.h \
51         str9x.h \
52         nand.h \
53         lpc3180_nand_controller.h \
54         stellaris.h \
55         str9xpec.h \
56         stm32x.h \
57         tms470.h \
58         s3c24xx_nand.h \
59         s3c24xx_regs_nand.h \
60         lpc288x.h \
61         mflash.h \
62         ocl.h \
63         pic32mx.h \
64         avrf.h \
65         mx3_nand.h
66
67 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in