gk7205v200-uboot/examples/Makefile
2025-08-08 08:41:38 +08:00

15 lines
218 B
Makefile
Executable File

#
# SPDX-License-Identifier: GPL-2.0+
#
ifndef CONFIG_SANDBOX
ifdef FTRACE
subdir-ccflags-y += -finstrument-functions -DFTRACE
endif
ifndef CONFIG_GK_MC
subdir-y += standalone
endif
subdir-$(CONFIG_API) += api
endif