summaryrefslogtreecommitdiffstats
path: root/src/usr/mbox/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/mbox/makefile')
-rw-r--r--src/usr/mbox/makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/mbox/makefile b/src/usr/mbox/makefile
index 554050677..8979c9bcf 100644
--- a/src/usr/mbox/makefile
+++ b/src/usr/mbox/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2012,2013
+# COPYRIGHT International Business Machines Corp. 2012,2014
#
# p1
#
@@ -23,8 +23,11 @@
ROOTPATH = ../../..
MODULE = mbox
-OBJS = mboxdd.o mailboxsp.o mbox_dma_buffer.o ipcSp.o
+OBJS += mboxdd.o
+OBJS += mailboxsp.o
+OBJS += mbox_dma_buffer.o
+OBJS += ipcSp.o
-SUBDIRS = test.d
+SUBDIRS += test.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud