blob: d440bc56553f9af609087baa84f536ebdb1a44b8 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Tom Rinida58dec2015-11-10 01:06:16 +00002
Masahiro Yamadacbce7952014-02-04 17:24:36 +09003ifndef CONFIG_SANDBOX
4
5ifdef FTRACE
6subdir-ccflags-y += -finstrument-functions -DFTRACE
7endif
8
9subdir-y += standalone
10subdir-$(CONFIG_API) += api
11endif