add 'nonce' nand driver
[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         $(FLASH_SRCS) \
10         $(NAND_SRCS) \
11         mflash.c
12
13 FLASH_SRCS = \
14         common.c \
15         cfi.c \
16         non_cfi.c \
17         faux.c \
18         $(FLASH_DEVICES_SRCS) \
19         flash.c
20
21 FLASH_DEVICES_SRCS = \
22         aduc702x.c \
23         at91sam3.c \
24         at91sam7.c \
25         avrf.c \
26         ecos.c \
27         lpc2000.c \
28         lpc288x.c \
29         lpc2900.c \
30         ocl.c \
31         pic32mx.c \
32         stellaris.c \
33         stm32x.c \
34         str7x.c \
35         str9x.c \
36         str9xpec.c \
37         tms470.c
38
39 NAND_SRCS = \
40         arm_nandio.c \
41         nand_ecc.c \
42         nand_ecc_kw.c \
43         $(NAND_DEVICES_SRCS) \
44         nand.c
45
46 NAND_DEVICES_SRCS = \
47         nonce_nand.c \
48         davinci_nand.c \
49         lpc3180_nand_controller.c \
50         mx3_nand.c \
51         orion_nand.c \
52         s3c24xx_nand.c \
53         s3c2410_nand.c \
54         s3c2412_nand.c \
55         s3c2440_nand.c \
56         s3c2443_nand.c
57
58
59 noinst_HEADERS = \
60         arm_nandio.h \
61         at91sam7.h \
62         at91sam3.h \
63         avrf.h \
64         cfi.h \
65         common.h \
66         flash.h \
67         lpc2000.h \
68         lpc288x.h \
69         lpc3180_nand_controller.h \
70         mflash.h \
71         mx3_nand.h \
72         non_cfi.h \
73         nand.h \
74         ocl.h \
75         pic32mx.h \
76         stellaris.h \
77         stm32x.h \
78         str7x.h \
79         str9x.h \
80         str9xpec.h \
81         tms470.h \
82         s3c24xx_nand.h \
83         s3c24xx_regs_nand.h
84
85 EXTRA_DIST = startup.tcl
86
87 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in