summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/cflags.env.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/mkrules/cflags.env.mk')
-rw-r--r--src/build/mkrules/cflags.env.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/build/mkrules/cflags.env.mk b/src/build/mkrules/cflags.env.mk
index 8b0bd8909..5a3c7e122 100644
--- a/src/build/mkrules/cflags.env.mk
+++ b/src/build/mkrules/cflags.env.mk
@@ -7,6 +7,7 @@
#
# Contributors Listed Below - COPYRIGHT 2013,2014
# [+] International Business Machines Corp.
+# [+] Google Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -52,3 +53,7 @@ ifdef HOSTBOOT_RUNTIME
CFLAGS += -D__HOSTBOOT_RUNTIME=1
TRACE_FLAGS += --full-strings
endif
+
+ifdef CONFIG_CONSOLE_OUTPUT_TRACE
+TRACE_FLAGS += --full-strings
+endif
OpenPOWER on IntegriCloud