flash/nor/rp2040: fix memory leak of target stack workarea
[fw/openocd] / src / flash / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 noinst_LTLIBRARIES += %D%/libflash.la
4 %C%_libflash_la_SOURCES = \
5         %D%/common.c %D%/common.h
6
7 %C%_libflash_la_LIBADD = \
8         %D%/nor/libocdflashnor.la \
9         %D%/nand/libocdflashnand.la
10
11 STARTUP_TCL_SRCS += %D%/startup.tcl
12
13 include %D%/nor/Makefile.am
14 include %D%/nand/Makefile.am