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/usr/runtime/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/usr/runtime/makefile') diff --git a/src/usr/runtime/makefile b/src/usr/runtime/makefile index cc53bb3ae..d2ef90f12 100644 --- a/src/usr/runtime/makefile +++ b/src/usr/runtime/makefile @@ -31,8 +31,9 @@ ROOTPATH = ../../.. MODULE = runtime - +include common/common.mk VPATH += ${ROOTPATH}/src/usr/hdat +VPATH += common OBJS += populate_hbruntime.o OBJS += hdatservice.o @@ -41,6 +42,7 @@ OBJS += errlud_hdat.o OBJS += customize_attrs_for_payload.o OBJS += hdatcommonutil.o OBJS += preverifiedlidmgr.o +OBJS += ${RUNTIME_COMMON_OBJS} SUBDIRS += test.d -- cgit v1.2.3