]> git.ipfire.org Git - people/ms/u-boot.git/blame - examples/Makefile
Merge branch 'uboot'
[people/ms/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