summaryrefslogtreecommitdiffstats
path: root/src/makefile
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/makefile
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/makefile')
-rw-r--r--src/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 725eb82a1..337bbd630 100644
--- a/src/makefile
+++ b/src/makefile
@@ -252,7 +252,7 @@ TESTCASE_MODULES += testfapi2
# @TODO DefecT: 1035550 Figure out why testattn is failing sometimes
#TESTCASE_MODULES += testattn
-
+include ${ROOTPATH}/src/usr/runtime/common/common.mk
RUNTIME_OBJECTS += rt_start.o
RUNTIME_OBJECTS += rt_main.o
@@ -263,6 +263,7 @@ RUNTIME_OBJECTS += rt_assert.o
RUNTIME_OBJECTS += rt_vfs.o
RUNTIME_OBJECTS += rt_task.o
RUNTIME_OBJECTS += rt_time.o
+RUNTIME_OBJECTS += ${RUNTIME_COMMON_OBJS}
RUNTIME_MODULES += trace_rt
RUNTIME_MODULES += errl_rt
OpenPOWER on IntegriCloud