summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-04 17:24:23 +0900
committerTom Rini <trini@ti.com>2014-02-19 11:07:50 -0500
commitd958002589cb724907e8d4360d546403d1e6b7d8 (patch)
tree9c9098186384c86c90e80c3db0f64e9c4b191080 /config.mk
parente0d5d9f8887e5f80f6df4ff20bb1816a7edefd39 (diff)
downloadblackbird-obmc-uboot-d958002589cb724907e8d4360d546403d1e6b7d8.tar.gz
blackbird-obmc-uboot-d958002589cb724907e8d4360d546403d1e6b7d8.zip
Makefile: move some flags to examples makefiles
This commit moves some flags which are used under examples/ directory only. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/config.mk b/config.mk
index 597a5660c3..ed1a51972f 100644
--- a/config.mk
+++ b/config.mk
@@ -102,14 +102,6 @@ CFLAGS := $(KBUILD_CFLAGS) $(CPPFLAGS)
BCURDIR = $(subst $(SRCTREE)/,,$(CURDIR:$(obj)%=%))
-ifeq ($(findstring examples/,$(BCURDIR)),)
-ifeq ($(CONFIG_SPL_BUILD),)
-ifdef FTRACE
-CFLAGS += -finstrument-functions -DFTRACE
-endif
-endif
-endif
-
AFLAGS := $(KBUILD_AFLAGS) $(CPPFLAGS)
LDFLAGS += $(PLATFORM_LDFLAGS)
OpenPOWER on IntegriCloud