aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/Makefile.am
blob: 211366b812d3a44f744701a457af9ad4cd2b8473 (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
AM_CPPFLAGS = -I$(top_srcdir)/src

noinst_LTLIBRARIES = libocdflashnor.la
libocdflashnor_la_SOURCES = \
	aduc702x.c \
	at91sam3.c \
	at91sam7.c \
	avrf.c \
	cfi.c \
	ecos.c \
	faux.c \
	lpc2000.c \
	lpc288x.c \
	lpc2900.c \
	non_cfi.c \
	ocl.c \
	pic32mx.c \
	stellaris.c \
	stm32x.c \
	str7x.c \
	str9x.c \
	str9xpec.c \
	tms470.c

noinst_HEADERS = \
	at91sam7.h \
	at91sam3.h \
	avrf.h \
	cfi.h \
	lpc2000.h \
	lpc288x.h \
	non_cfi.h \
	ocl.h \
	pic32mx.h \
	stellaris.h \
	stm32x.h \
	str7x.h \
	str9x.h \
	str9xpec.h \
	tms470.h

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in