summaryrefslogtreecommitdiffstats
path: root/src/usr/cxxtest/runtime/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/cxxtest/runtime/makefile')
-rw-r--r--src/usr/cxxtest/runtime/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/cxxtest/runtime/makefile b/src/usr/cxxtest/runtime/makefile
index 4bdab1441..23c94821f 100644
--- a/src/usr/cxxtest/runtime/makefile
+++ b/src/usr/cxxtest/runtime/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2013
+# COPYRIGHT International Business Machines Corp. 2013,2014
#
# p1
#
@@ -24,7 +24,8 @@ HOSTBOOT_RUNTIME = 1
ROOTPATH = ../../../..
MODULE = cxxtest_rt
-OBJS = TestSuite.o rt_cxxtestexec.o
+OBJS += TestSuite.o
+OBJS += rt_cxxtestexec.o
VPATH += ..
OpenPOWER on IntegriCloud