summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fsi/makefile')
-rw-r--r--src/usr/fsi/makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/fsi/makefile b/src/usr/fsi/makefile
index fb725654d..5aa651a16 100644
--- a/src/usr/fsi/makefile
+++ b/src/usr/fsi/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 = fsi
-OBJS = fsidd.o fsipres.o errlud_fsi.o
+OBJS += fsidd.o
+OBJS += fsipres.o
+OBJS += errlud_fsi.o
-SUBDIRS = test.d
+SUBDIRS += test.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud