aboutsummaryrefslogtreecommitdiff
path: root/src/flash/Makefile.am
blob: a1b46f853bbdc5733756c7f050a8bf53d08f723f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
noinst_LTLIBRARIES += %D%/libflash.la
%C%_libflash_la_SOURCES = \
	%D%/common.c %D%/common.h \
	%D%/mflash.c %D%/mflash.h

%C%_libflash_la_LIBADD = \
	%D%/nor/libocdflashnor.la \
	%D%/nand/libocdflashnand.la

STARTUP_TCL_SRCS += %D%/startup.tcl

include %D%/nor/Makefile.am
include %D%/nand/Makefile.am