]> git.gag.com Git - fw/openocd/blob - src/flash/Makefile.am
flash/stm32l4x: STM32L5 support programming when TZEN=1 and RDP=0xAA
[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