summaryrefslogtreecommitdiffstats
path: root/src/runtime/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/makefile')
-rw-r--r--src/runtime/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/runtime/makefile b/src/runtime/makefile
index f2606540e..ce84bc4c4 100644
--- a/src/runtime/makefile
+++ b/src/runtime/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,2014
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -31,5 +33,6 @@ OBJS += rt_sync.o
OBJS += rt_assert.o
OBJS += rt_vfs.o
OBJS += rt_task.o
+OBJS += rt_time.o
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud