move nand drivers to src/flash/nand/
[fw/openocd] / src / flash / nand / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir)/src/flash \
3         -I$(top_srcdir)/src/helper \
4         -I$(top_srcdir)/src/jtag \
5         -I$(top_srcdir)/src/target
6
7 noinst_LTLIBRARIES = libocdflashnand.la
8
9 libocdflashnand_la_SOURCES = \
10         nonce.c \
11         davinci.c \
12         lpc3180.c \
13         mx3.c \
14         orion.c \
15         s3c24xx.c \
16         s3c2410.c \
17         s3c2412.c \
18         s3c2440.c \
19         s3c2443.c
20
21 noinst_HEADERS = \
22         lpc3180.h \
23         mx3.h \
24         s3c24xx.h \
25         s3c24xx_regs.h
26
27 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in