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