xref: /openbmc/u-boot/examples/Makefile (revision e8f80a5a)
1# SPDX-License-Identifier: GPL-2.0+
2
3ifndef CONFIG_SANDBOX
4
5ifdef FTRACE
6subdir-ccflags-y += -finstrument-functions -DFTRACE
7endif
8
9subdir-y += standalone
10subdir-$(CONFIG_API) += api
11endif
12