aboutsummaryrefslogtreecommitdiff
path: root/src/flash/Makefile.am
blob: 4c70702b53cad2054f972e59ec78c626b45d2976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LTLIBRARIES += %D%/libflash.la
%C%_libflash_la_SOURCES = \
	%D%/common.c %D%/common.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