repo.or.cz
/
openocd
/
jflash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add Fujitsu FM3 Family flash support
[openocd/jflash.git]
/
src
/
flash
/
nor
/
Makefile.am
blob
c897851ce82f898e416663667d82c9703820e34c
1
include $(top_srcdir)/common.mk
2
3
noinst_LTLIBRARIES = libocdflashnor.la
4
libocdflashnor_la_SOURCES = \
5
core.c \
6
tcl.c \
7
$(NOR_DRIVERS) \
8
drivers.c
9
10
NOR_DRIVERS = \
11
aduc702x.c \
12
at91sam3.c \
13
at91sam7.c \
14
avrf.c \
15
cfi.c \
16
ecos.c \
17
em357.c \
18
faux.c \
19
lpc2000.c \
20
lpc288x.c \
21
lpc2900.c \
22
non_cfi.c \
23
ocl.c \
24
pic32mx.c \
25
stmsmi.c \
26
stellaris.c \
27
stm32x.c \
28
stm32f2xxx.c \
29
str7x.c \
30
str9x.c \
31
str9xpec.c \
32
tms470.c \
33
virtual.c \
34
fm3.c
35
36
# Disabled for now, it generates warnings
37
# dsp5680xx_flash.c
38
39
noinst_HEADERS = \
40
core.h \
41
cfi.h \
42
driver.h \
43
imp.h \
44
non_cfi.h \
45
ocl.h
46
47
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in