Makefile 189 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0+
  2. ifdef CONFIG_EXAMPLES
  3. ifdef FTRACE
  4. subdir-ccflags-y += -finstrument-functions -DFTRACE
  5. endif
  6. subdir-y += standalone
  7. subdir-$(CONFIG_API) += api
  8. endif