repo.or.cz
/
openocd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
flash/nor: add mrvlqspi flash controller driver
[openocd.git]
/
src
/
flash
/
nor
/
Makefile.am
blob
bae42fd5dfcaa6f074e415a252bcb72027059375
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
at91sam4.c \
13
at91sam4l.c \
14
at91samd.c \
15
at91sam3.c \
16
at91sam7.c \
17
avrf.c \
18
cfi.c \
19
efm32.c \
20
em357.c \
21
faux.c \
22
lpc2000.c \
23
lpc288x.c \
24
lpc2900.c \
25
lpcspifi.c \
26
mdr.c \
27
non_cfi.c \
28
ocl.c \
29
pic32mx.c \
30
spi.c \
31
stmsmi.c \
32
stellaris.c \
33
stm32f1x.c \
34
stm32f2x.c \
35
stm32lx.c \
36
str7x.c \
37
str9x.c \
38
str9xpec.c \
39
tms470.c \
40
virtual.c \
41
fm3.c \
42
dsp5680xx_flash.c \
43
kinetis.c \
44
mini51.c \
45
nuc1x.c \
46
nrf51.c \
47
mrvlqspi.c
48
49
noinst_HEADERS = \
50
core.h \
51
cfi.h \
52
driver.h \
53
imp.h \
54
non_cfi.h \
55
ocl.h \
56
spi.h
57
58
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in