Makefile 152 B

123456789
  1. ifndef CONFIG_SANDBOX
  2. ifdef FTRACE
  3. subdir-ccflags-y += -finstrument-functions -DFTRACE
  4. endif
  5. subdir-y += standalone
  6. subdir-$(CONFIG_API) += api
  7. endif