From 63a026113332464fc3bcc73369ba35bfe8f62b6f Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Tue, 31 Oct 2017 13:01:30 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Nicholas E. Bofferding Reviewed-by: Marshall J. Wilks Reviewed-by: Michael Baiocchi Reviewed-by: Daniel M. Crowell --- src/runtime/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/runtime/makefile') 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 -- cgit v1.2.3