uboot/examples/Makefile
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0+
   2
   3ifdef CONFIG_EXAMPLES
   4
   5ifdef FTRACE
   6subdir-ccflags-y += -finstrument-functions -DFTRACE
   7endif
   8
   9subdir-y += standalone
  10subdir-$(CONFIG_API) += api
  11endif
  12