Renamed mx2.{c,h} to mxc.{c,h} and added copyright notice
[fw/openocd] / src / flash / nand / Makefile.am
1 include $(top_srcdir)/common.mk
2
3 noinst_LTLIBRARIES = libocdflashnand.la
4
5 libocdflashnand_la_SOURCES = \
6         ecc.c \
7         ecc_kw.c \
8         core.c \
9         fileio.c \
10         tcl.c \
11         arm_io.c \
12         $(NAND_DRIVERS) \
13         driver.c
14
15 NAND_DRIVERS = \
16         nonce.c \
17         davinci.c \
18         lpc3180.c \
19         lpc32xx.c \
20         mxc.c \
21         mx3.c \
22         orion.c \
23         s3c24xx.c \
24         s3c2410.c \
25         s3c2412.c \
26         s3c2440.c \
27         s3c2443.c \
28         s3c6400.c \
29         at91sam9.c \
30         nuc910.c
31
32 noinst_HEADERS = \
33         arm_io.h \
34         core.h \
35         driver.h \
36         fileio.h \
37         imp.h \
38         lpc3180.h \
39         lpc32xx.h \
40         mxc.h \
41         mx3.h \
42         s3c24xx.h \
43         s3c24xx_regs.h \
44         nuc910.h
45
46 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in