Makefile 193 B

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