]> git.ipfire.org Git - people/ms/u-boot.git/blame - examples/Makefile
core: add ofnode_get_by_phandle() api
[people/ms/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