summaryrefslogtreecommitdiffstats
path: root/src/usr/xscom/runtime/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/xscom/runtime/makefile')
-rw-r--r--src/usr/xscom/runtime/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/xscom/runtime/makefile b/src/usr/xscom/runtime/makefile
index a534fc13b..91a374ac2 100644
--- a/src/usr/xscom/runtime/makefile
+++ b/src/usr/xscom/runtime/makefile
@@ -24,9 +24,10 @@ HOSTBOOT_RUNTIME = 1
ROOTPATH = ../../../..
MODULE = xscom_rt
-OBJS = rt_xscom.o piberror.o
+OBJS += rt_xscom.o
+OBJS += piberror.o
-SUBDIRS = test.d
+SUBDIRS += test.d
VPATH += ..
include $(ROOTPATH)/config.mk
OpenPOWER on IntegriCloud