diff options
Diffstat (limited to 'src/usr/cxxtest')
| -rw-r--r-- | src/usr/cxxtest/makefile | 8 | ||||
| -rw-r--r-- | src/usr/cxxtest/runtime/makefile | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/src/usr/cxxtest/makefile b/src/usr/cxxtest/makefile index c02f22d8d..b14c85bfe 100644 --- a/src/usr/cxxtest/makefile +++ b/src/usr/cxxtest/makefile @@ -5,7 +5,7 @@ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011,2013 +# COPYRIGHT International Business Machines Corp. 2011,2014 # # p1 # @@ -24,8 +24,10 @@ ROOTPATH = ../../.. MODULE = cxxtest -SUBDIRS=test.d runtime.d +SUBDIRS += test.d +SUBDIRS += runtime.d -OBJS = TestSuite.o cxxtestexec.o +OBJS += TestSuite.o +OBJS += cxxtestexec.o include ${ROOTPATH}/config.mk 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 += .. |

