summaryrefslogtreecommitdiffstats
path: root/src/lib/makefile
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2014-01-23 14:51:58 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-05 15:59:52 -0600
commitc9e49a109f1f381d8bae380e925f7bb592cc977a (patch)
tree161a0885be196c13ee1f0df33ccc3a58325ee8c5 /src/lib/makefile
parentd452684d349994e0effa03f140a6232f06db6537 (diff)
downloadtalos-hostboot-c9e49a109f1f381d8bae380e925f7bb592cc977a.tar.gz
talos-hostboot-c9e49a109f1f381d8bae380e925f7bb592cc977a.zip
Move isSimicsRunning() check into a util function
Moves the existing isSimicsRunning() support in kernel/timemgr.C to a new utility function. Change-Id: I522b1ab9967a3c3c894fba0525d2e6ffb95cded9 RTC: 94883 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8281 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/lib/makefile')
-rw-r--r--src/lib/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/makefile b/src/lib/makefile
index 42571c341..c376c325e 100644
--- a/src/lib/makefile
+++ b/src/lib/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2010,2013
+# COPYRIGHT International Business Machines Corp. 2010,2014
#
# p1
#
@@ -25,7 +25,7 @@ ROOTPATH = ../..
OBJS = string.o string_ext.o stdlib.o ctype.o assert.o stdio.o math.o sprintf.o
OBJS += syscall_stub.o syscall_task.o syscall_msg.o
OBJS += syscall_mmio.o syscall_time.o sync.o syscall_misc.o
-OBJS += syscall_mm.o splaytree.o cxxtest_data.o crc32.o
+OBJS += syscall_mm.o splaytree.o cxxtest_data.o crc32.o utilmisc.o
ifdef HOSTBOOT_MEMORY_LEAKS
COMMONFLAGS += -DHOSTBOOT_MEMORY_LEAKS=1
OpenPOWER on IntegriCloud