Tom Rini | da58dec | 2015-11-10 01:06:16 +0000 | [diff] [blame] | 1 | # |
2 | # SPDX-License-Identifier: GPL-2.0+ | ||||
3 | # | ||||
4 | |||||
Masahiro Yamada | cbce795 | 2014-02-04 17:24:36 +0900 | [diff] [blame] | 5 | ifndef CONFIG_SANDBOX |
6 | |||||
7 | ifdef FTRACE | ||||
8 | subdir-ccflags-y += -finstrument-functions -DFTRACE | ||||
9 | endif | ||||
10 | |||||
11 | subdir-y += standalone | ||||
12 | subdir-$(CONFIG_API) += api | ||||
13 | endif |