aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
blob: 95bd313d3d5042c53065807ab751d6d267a22c6d (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
include $(top_srcdir)/common.mk

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

NOR_DRIVERS = \
	aduc702x.c \
	at91sam3.c \
	at91sam7.c \
	avrf.c \
	cfi.c \
	ecos.c \
	em357.c \
	faux.c \
	lpc2000.c \
	lpc288x.c \
	lpc2900.c \
	non_cfi.c \
	ocl.c \
	pic32mx.c \
	stmsmi.c \
	stellaris.c \
	stm32x.c \
	stm32f2xxx.c \
	str7x.c \
	str9x.c \
	str9xpec.c \
	tms470.c \
	virtual.c

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

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in