xref: /openbmc/u-boot/examples/Makefile (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
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