summaryrefslogtreecommitdiffstats
path: root/src/usr/devicefw
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/devicefw')
-rw-r--r--src/usr/devicefw/devicefw.mk7
-rw-r--r--src/usr/devicefw/makefile5
-rw-r--r--src/usr/devicefw/runtime/makefile4
3 files changed, 10 insertions, 6 deletions
diff --git a/src/usr/devicefw/devicefw.mk b/src/usr/devicefw/devicefw.mk
index e8a8003c0..27fd0b334 100644
--- a/src/usr/devicefw/devicefw.mk
+++ b/src/usr/devicefw/devicefw.mk
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2013
+# COPYRIGHT International Business Machines Corp. 2013,2014
#
# p1
#
@@ -21,5 +21,8 @@
#
# IBM_PROLOG_END_TAG
# common objects used in both runtime and standard hostboot envrionment
-OBJS = driverif.o userif.o assoccontain.o associator.o
+OBJS += driverif.o
+OBJS += userif.o
+OBJS += assoccontain.o
+OBJS += associator.o
diff --git a/src/usr/devicefw/makefile b/src/usr/devicefw/makefile
index 95a4a9024..c3c9fae29 100644
--- a/src/usr/devicefw/makefile
+++ b/src/usr/devicefw/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011,2013
+# COPYRIGHT International Business Machines Corp. 2011,2014
#
# p1
#
@@ -28,6 +28,7 @@ include devicefw.mk
# add objectcs unique to standard hostboot - currently none
-SUBDIRS = test.d runtime.d
+SUBDIRS += test.d
+SUBDIRS += runtime.d
include ${ROOTPATH}/config.mk
diff --git a/src/usr/devicefw/runtime/makefile b/src/usr/devicefw/runtime/makefile
index efe063d7b..8cc055952 100644
--- a/src/usr/devicefw/runtime/makefile
+++ b/src/usr/devicefw/runtime/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2013
+# COPYRIGHT International Business Machines Corp. 2013,2014
#
# p1
#
@@ -30,7 +30,7 @@ include ../devicefw.mk
# add unique objects - currently none
# OBJS +=
-SUBDIRS = test.d
+SUBDIRS += test.d
VPATH += ..
include $(ROOTPATH)/config.mk
OpenPOWER on IntegriCloud