aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
blob: 33a517a94e871961f0143acf93aceda9abb50ae2 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
include $(top_srcdir)/common.mk

noinst_LTLIBRARIES = libocdflashnor.la
libocdflashnor_la_SOURCES = \
	core.c \
	tcl.c \
	$(NOR_DRIVERS) \
	drivers.c

NOR_DRIVERS = \
	aduc702x.c \
	aducm360.c \
	at91sam4.c \
	at91sam4l.c \
	at91samd.c \
	at91sam3.c \
	at91sam7.c \
	atsamv.c \
	avrf.c \
	cfi.c \
	efm32.c \
	em357.c \
	faux.c \
	jtagspi.c \
	lpc2000.c \
	lpc288x.c \
	lpc2900.c \
	lpcspifi.c \
	mdr.c \
	non_cfi.c \
	ocl.c \
	pic32mx.c \
	spi.c \
	stmsmi.c \
	stellaris.c \
	stm32f1x.c \
	stm32f2x.c \
	stm32lx.c \
	stm32l4x.c \
	str7x.c \
	str9x.c \
	str9xpec.c \
	tms470.c \
	virtual.c \
	fm3.c \
	fm4.c \
	dsp5680xx_flash.c \
	kinetis.c \
	kinetis_ke.c \
	numicro.c \
	nrf51.c \
	mrvlqspi.c \
	psoc4.c \
	sim3x.c \
	xmc4xxx.c \
	niietcm4.c


noinst_HEADERS = \
	core.h \
	cfi.h \
	driver.h \
	imp.h \
	non_cfi.h \
	ocl.h \
	spi.h

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in