summaryrefslogtreecommitdiffstats
path: root/src/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/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/makefile')
-rw-r--r--src/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 8f3425948..c975fb31a 100644
--- a/src/makefile
+++ b/src/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2010,2013
+# COPYRIGHT International Business Machines Corp. 2010,2014
#
# p1
#
@@ -27,7 +27,7 @@ SUBDIRS = kernel.d lib.d libc++.d sys.d usr.d build.d runtime.d
IMGS = hbicore hbicore_test hbirt hbirt_test
BASE_OBJECTS = string.o string_ext.o ctype.o math.o builtins.o stdio.o \
- splaytree.o cxxtest_data.o sprintf.o crc32.o
+ splaytree.o cxxtest_data.o sprintf.o crc32.o utilmisc.o
ifdef HOSTBOOT_PROFILE
BASE_OBJECTS += gcov.o
OpenPOWER on IntegriCloud