]> git.ipfire.org Git - thirdparty/u-boot.git/blame - examples/Makefile
examples: move api/ and standalone/ entry to examples/Makefile
[thirdparty/u-boot.git] / examples / Makefile
CommitLineData
cbce795e
MY
1ifndef CONFIG_SANDBOX
2
3ifdef FTRACE
4subdir-ccflags-y += -finstrument-functions -DFTRACE
5endif
6
7subdir-y += standalone
8subdir-$(CONFIG_API) += api
9endif