summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime/makefile')
-rw-r--r--src/usr/runtime/makefile4
1 files changed, 3 insertions, 1 deletions
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
OpenPOWER on IntegriCloud