summaryrefslogtreecommitdiffstats
path: root/src/usr/trace/runtime/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/trace/runtime/makefile')
-rw-r--r--src/usr/trace/runtime/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/trace/runtime/makefile b/src/usr/trace/runtime/makefile
index c7307e0cd..8974e15c0 100644
--- a/src/usr/trace/runtime/makefile
+++ b/src/usr/trace/runtime/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2017
+# Contributors Listed Below - COPYRIGHT 2013,2018
# [+] International Business Machines Corp.
#
#
@@ -26,6 +26,8 @@ HOSTBOOT_RUNTIME = 1
ROOTPATH = ../../../..
MODULE = trace_rt
+SUBDIRS += test.d
+
OBJS += interface.o
OBJS += assert.o
OBJS += compdesc.o
@@ -34,6 +36,8 @@ OBJS += rt_service.o
OBJS += bufferpage.o
OBJS += rt_daemon.o
OBJS += rt_buffer.o
+OBJS += rt_rsvdtracebuffer.o
+OBJS += rt_rsvdtracebufservice.o
VPATH += ..
OpenPOWER on IntegriCloud