]> git.ipfire.org Git - thirdparty/u-boot.git/blame - examples/Makefile
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
[thirdparty/u-boot.git] / examples / Makefile
CommitLineData
da58dec8
TR
1#
2# SPDX-License-Identifier: GPL-2.0+
3#
4
cbce795e
MY
5ifndef CONFIG_SANDBOX
6
7ifdef FTRACE
8subdir-ccflags-y += -finstrument-functions -DFTRACE
9endif
10
11subdir-y += standalone
12subdir-$(CONFIG_API) += api
13endif