repo.or.cz
/
openocd
/
ellerodev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AT91SAM9 NAND flash driver.
[openocd/ellerodev.git]
/
src
/
flash
/
nand
/
Makefile.am
blob
bb9998e5f06dddfd6e0254b3e31a538aaccf41ed
1
AM_CPPFLAGS = \
2
-I$(top_srcdir)/src \
3
-I$(top_builddir)/src
4
5
noinst_LTLIBRARIES = libocdflashnand.la
6
7
libocdflashnand_la_SOURCES = \
8
ecc.c \
9
ecc_kw.c \
10
core.c \
11
fileio.c \
12
tcl.c \
13
arm_io.c \
14
$(NAND_DRIVERS) \
15
driver.c
16
17
NAND_DRIVERS = \
18
nonce.c \
19
davinci.c \
20
lpc3180.c \
21
mx3.c \
22
orion.c \
23
s3c24xx.c \
24
s3c2410.c \
25
s3c2412.c \
26
s3c2440.c \
27
s3c2443.c \
28
at91sam9.c
29
30
noinst_HEADERS = \
31
arm_io.h \
32
core.h \
33
lpc3180.h \
34
driver.h \
35
mx3.h \
36
s3c24xx.h \
37
s3c24xx_regs.h
38
39
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in