aboutsummaryrefslogtreecommitdiff
path: root/src/flash/Makefile.am
blob: 54a5116ee8f8991b6a4a4fef6d096a58b8d2a200 (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
SUBDIRS = \
	nor \
	nand

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/helper \
	-I$(top_srcdir)/src/jtag \
	-I$(top_srcdir)/src/target

METASOURCES = AUTO
noinst_LTLIBRARIES = libflash.la
libflash_la_SOURCES = \
	common.c \
	flash.c \
	arm_nandio.c \
	nand_ecc.c \
	nand_ecc_kw.c \
	nand.c \
	mflash.c

libflash_la_LIBADD = \
	$(top_builddir)/src/flash/nor/libocdflashnor.la \
	$(top_builddir)/src/flash/nand/libocdflashnand.la

noinst_HEADERS = \
	arm_nandio.h \
	common.h \
	flash.h \
	mflash.h \
	nand.h

EXTRA_DIST = startup.tcl

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in