target/hla_target: try to re-examine under reset in hl_assert_reset()
[openocd.git] / src / flash / Makefile.am
blobc5eb2482b2f1d5c8ef8e4f79900b32c01fbcebc7
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 noinst_LTLIBRARIES += %D%/libflash.la
4 %C%_libflash_la_SOURCES = \
5         %D%/common.c %D%/common.h
7 %C%_libflash_la_LIBADD = \
8         %D%/nor/libocdflashnor.la \
9         %D%/nand/libocdflashnand.la
11 STARTUP_TCL_SRCS += %D%/startup.tcl
13 include %D%/nor/Makefile.am
14 include %D%/nand/Makefile.am