aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/Makefile.am
blob: abe90f8bb830870be3ecd7fc39139d46ecd6913a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
noinst_LTLIBRARIES += %D%/libocdflashnand.la

%C%_libocdflashnand_la_SOURCES = \
	%D%/ecc.c \
	%D%/ecc_kw.c \
	%D%/core.c \
	%D%/fileio.c \
	%D%/tcl.c \
	%D%/arm_io.c \
	$(NAND_DRIVERS) \
	%D%/driver.c \
	$(NANDHEADERS)

NAND_DRIVERS = \
	%D%/nonce.c \
	%D%/davinci.c \
	%D%/lpc3180.c \
	%D%/lpc32xx.c \
	%D%/mxc.c \
	%D%/mx3.c \
	%D%/orion.c \
	%D%/s3c24xx.c \
	%D%/s3c2410.c \
	%D%/s3c2412.c \
	%D%/s3c2440.c \
	%D%/s3c2443.c \
	%D%/s3c6400.c \
	%D%/at91sam9.c \
	%D%/nuc910.c

NANDHEADERS = \
	%D%/arm_io.h \
	%D%/core.h \
	%D%/driver.h \
	%D%/fileio.h \
	%D%/imp.h \
	%D%/lpc3180.h \
	%D%/lpc32xx.h \
	%D%/mxc.h \
	%D%/mx3.h \
	%D%/s3c24xx.h \
	%D%/s3c24xx_regs.h \
	%D%/nuc910.h