summaryrefslogtreecommitdiffstats
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/runtime/makefile b/src/runtime/makefile
index ce84bc4c4..981e00499 100644
--- a/src/runtime/makefile
+++ b/src/runtime/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,2017
# [+] International Business Machines Corp.
#
#
@@ -24,6 +24,9 @@
# IBM_PROLOG_END_TAG
HOSTBOOT_RUNTIME = 1
ROOTPATH = ../..
+include ../usr/runtime/common/common.mk
+VPATH += ../usr/runtime/common
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/
OBJS += rt_start.o
OBJS += rt_main.o
@@ -34,5 +37,6 @@ OBJS += rt_assert.o
OBJS += rt_vfs.o
OBJS += rt_task.o
OBJS += rt_time.o
+OBJS += ${RUNTIME_COMMON_OBJS}
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud