flash/nor/efr32: fixed lockbits and user data
[fw/openocd] / src / flash / Makefile.am
1 noinst_LTLIBRARIES += %D%/libflash.la
2 %C%_libflash_la_SOURCES = \
3         %D%/common.c %D%/common.h
4
5 %C%_libflash_la_LIBADD = \
6         %D%/nor/libocdflashnor.la \
7         %D%/nand/libocdflashnand.la
8
9 STARTUP_TCL_SRCS += %D%/startup.tcl
10
11 include %D%/nor/Makefile.am
12 include %D%/nand/Makefile.am