]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/blob - examples/Makefile
examples: make examples/ optional
[ti-u-boot/ti-u-boot.git] / examples / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
3 ifdef CONFIG_EXAMPLES
5 ifdef FTRACE
6 subdir-ccflags-y += -finstrument-functions -DFTRACE
7 endif
9 subdir-y += standalone
10 subdir-$(CONFIG_API) += api
11 endif