Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
213480e12d880ef6782f56f1af95469b48cca539
/
.
/
examples
/
Makefile
blob: 18d008e7b5963bbbd153aa27ecc4991b9f6b308f [
file
] [
log
] [
blame
]
Masahiro Yamada
cbce795
2014-02-04 17:24:36 +0900
[
diff
] [
blame
]
1
ifndef CONFIG_SANDBOX
2
3
ifdef FTRACE
4
subdir
-
ccflags
-
y
+=
-
finstrument
-
functions
-
DFTRACE
5
endif
6
7
subdir
-
y
+=
standalone
8
subdir
-
$
(
CONFIG_API
)
+=
api
9
endif