summaryrefslogtreecommitdiffstats
path: root/src/usr/xscom
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/xscom')
-rw-r--r--src/usr/xscom/makefile8
-rw-r--r--src/usr/xscom/runtime/makefile5
2 files changed, 8 insertions, 5 deletions
diff --git a/src/usr/xscom/makefile b/src/usr/xscom/makefile
index 89ead1946..ccf91f316 100644
--- a/src/usr/xscom/makefile
+++ b/src/usr/xscom/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011,2013
+# COPYRIGHT International Business Machines Corp. 2011,2014
#
# p1
#
@@ -23,8 +23,10 @@
ROOTPATH = ../../..
MODULE = xscom
-OBJS = xscom.o piberror.o
+OBJS += xscom.o
+OBJS += piberror.o
-SUBDIRS = test.d runtime.d
+SUBDIRS += test.d
+SUBDIRS += runtime.d
include ${ROOTPATH}/config.mk
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