summaryrefslogtreecommitdiffstats
path: root/src/usr/trace/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/trace/makefile')
-rw-r--r--src/usr/trace/makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/usr/trace/makefile b/src/usr/trace/makefile
index 98d224201..c8df1cf38 100644
--- a/src/usr/trace/makefile
+++ b/src/usr/trace/makefile
@@ -5,7 +5,10 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2011,2014
+# Contributors Listed Below - COPYRIGHT 2011,2014
+# [+] Google Inc.
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -32,6 +35,13 @@ OBJS += daemonif.o
OBJS += debug.o
OBJS += assert.o
+# We need the client interfaces for console available in the base image,
+# similar to the client interfaces for trace. Putting 'console.o' from the
+# console component into libtrace.so instead of creating a whole new library
+# for that purpose.
+VPATH += ../console
+OBJS += $(if $(CONFIG_CONSOLE),console.o)
+
SUBDIRS += daemon.d
SUBDIRS += test.d
SUBDIRS += runtime.d
OpenPOWER on IntegriCloud