]> git.ipfire.org Git - thirdparty/u-boot.git/blame - examples/Makefile
configs: move CONFIG_USB_EHCI_VF to Kconfig
[thirdparty/u-boot.git] / examples / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
da58dec8 2
cbce795e
MY
3ifndef CONFIG_SANDBOX
4
5ifdef FTRACE
6subdir-ccflags-y += -finstrument-functions -DFTRACE
7endif
8
9subdir-y += standalone
10subdir-$(CONFIG_API) += api
11endif