summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime/makefile')
-rw-r--r--src/usr/runtime/makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/runtime/makefile b/src/usr/runtime/makefile
index 854e4da32..00d8b1d6a 100644
--- a/src/usr/runtime/makefile
+++ b/src/usr/runtime/makefile
@@ -31,10 +31,13 @@ ROOTPATH = ../../..
MODULE = runtime
-OBJS = populate_attributes.o hdatservice.o fakepayload.o tce.o \
- errlud_hdat.o
+OBJS += populate_attributes.o
+OBJS += hdatservice.o
+OBJS += fakepayload.o
+OBJS += tce.o
+OBJS += errlud_hdat.o
-SUBDIRS = test.d
+SUBDIRS += test.d
## support for fapi
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer
OpenPOWER on IntegriCloud