]> git.sur5r.net Git - openocd/blob - src/flash/Makefile.am
tcl/target: ti_tms570.cfg restructure dap support
[openocd] / src / flash / Makefile.am
1 noinst_LTLIBRARIES += %D%/libflash.la
2 %C%_libflash_la_SOURCES = \
3         %D%/common.c %D%/common.h \
4         %D%/mflash.c %D%/mflash.h
5
6 %C%_libflash_la_LIBADD = \
7         %D%/nor/libocdflashnor.la \
8         %D%/nand/libocdflashnand.la
9
10 STARTUP_TCL_SRCS += %D%/startup.tcl
11
12 include %D%/nor/Makefile.am
13 include %D%/nand/Makefile.am