summaryrefslogtreecommitdiffstats
path: root/src/runtime
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-10-31 13:01:30 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-19 15:49:42 -0500
commit63a026113332464fc3bcc73369ba35bfe8f62b6f (patch)
treebeeea6b0db1276ac82bc834f52919145f24219fe /src/runtime
parentf4d54e9c85b36d7d557003ebdfbeb3182636e904 (diff)
downloadtalos-hostboot-63a026113332464fc3bcc73369ba35bfe8f62b6f.tar.gz
talos-hostboot-63a026113332464fc3bcc73369ba35bfe8f62b6f.zip
Create runtime_utils so both IPL and runtime can use common functions
Change-Id: I130f87acdcb841640de7768f1c0abe38e45ce677 RTC: 180063 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49754 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
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