summaryrefslogtreecommitdiffstats
path: root/src/lib/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/makefile')
-rw-r--r--src/lib/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/makefile b/src/lib/makefile
index 505628150..47076f964 100644
--- a/src/lib/makefile
+++ b/src/lib/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2010,2014
+# Contributors Listed Below - COPYRIGHT 2010,2015
+# [+] 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.
@@ -45,6 +47,8 @@ OBJS += cxxtest_data.o
OBJS += crc32.o
OBJS += utilmisc.o
+OBJS += tls.o
+
ifdef HOSTBOOT_MEMORY_LEAKS
COMMONFLAGS += -DHOSTBOOT_MEMORY_LEAKS=1
endif
OpenPOWER on IntegriCloud