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