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