summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/runtime/makefile
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2015-02-06 13:39:37 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-24 11:37:53 -0600
commita626d52d904c4440530f0fc9adc8a7f72fdb9460 (patch)
tree90c00aab9de7265a5c6ef161219146e9d79fdae0 /src/usr/scom/runtime/makefile
parent14c99ac3fa5dfd721d7fd214a7cd0f17deaa2c46 (diff)
downloadtalos-hostboot-a626d52d904c4440530f0fc9adc8a7f72fdb9460.tar.gz
talos-hostboot-a626d52d904c4440530f0fc9adc8a7f72fdb9460.zip
Added support for core scoms special wakeup in HBRT
Change-Id: Iab301d045c389d30fa860fd9b148eed6b2df52e0 RTC:88347 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15732 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/scom/runtime/makefile')
-rw-r--r--src/usr/scom/runtime/makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/scom/runtime/makefile b/src/usr/scom/runtime/makefile
index 27cd6d94e..60f86d7d4 100644
--- a/src/usr/scom/runtime/makefile
+++ b/src/usr/scom/runtime/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,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.
@@ -29,6 +31,13 @@ include ../scom.mk
#include unique object modules - currently none
# OBJS +=
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp/utility_procedures/
+
+OBJS += handleSpecialWakeup.o
SUBDIRS += test.d
OpenPOWER on IntegriCloud