repo.or.cz
/
openocd
/
dnglaze.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NOR: bugfix "flash fill[bwh] ..." helptext
[openocd/dnglaze.git]
/
src
/
flash
/
nor
/
Makefile.am
blob
5d0a4dfcb1a25789e274657244ae9a07b054f420
1
AM_CPPFLAGS = \
2
-I$(top_srcdir)/src \
3
-I$(top_builddir)/src
4
5
noinst_LTLIBRARIES = libocdflashnor.la
6
libocdflashnor_la_SOURCES = \
7
core.c \
8
tcl.c \
9
$(NOR_DRIVERS) \
10
drivers.c
11
12
NOR_DRIVERS = \
13
aduc702x.c \
14
at91sam3.c \
15
at91sam7.c \
16
avrf.c \
17
cfi.c \
18
ecos.c \
19
faux.c \
20
lpc2000.c \
21
lpc288x.c \
22
lpc2900.c \
23
non_cfi.c \
24
ocl.c \
25
pic32mx.c \
26
stellaris.c \
27
stm32x.c \
28
str7x.c \
29
str9x.c \
30
str9xpec.c \
31
tms470.c
32
33
noinst_HEADERS = \
34
at91sam7.h \
35
at91sam3.h \
36
avrf.h \
37
core.h \
38
cfi.h \
39
driver.h \
40
imp.h \
41
lpc2000.h \
42
lpc288x.h \
43
non_cfi.h \
44
ocl.h \
45
pic32mx.h \
46
stellaris.h \
47
stm32x.h \
48
str7x.h \
49
str9x.h \
50
str9xpec.h \
51
tms470.h
52
53
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in