summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorLateef Quraishi <lateef@us.ibm.com>2016-08-04 08:47:49 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-02 10:05:51 -0400
commite4866856c7642d1ae8c6ec4b9cf9d2042ecef103 (patch)
tree42cbbfcb2ea6487154bed58b786b5bb4135d61e0 /src/makefile
parentd2f585ae16f4ba4a9f62b110e91de956cb1cf774 (diff)
downloadtalos-hostboot-e4866856c7642d1ae8c6ec4b9cf9d2042ecef103.tar.gz
talos-hostboot-e4866856c7642d1ae8c6ec4b9cf9d2042ecef103.zip
Create a Separate module for cpu_special_wakeup
Change-Id: I4138b26825d76ebd068d3013a83fd9bfbc1f7b0f RTC: 147383 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27872 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index bddc8240b..3a8c6b585 100644
--- a/src/makefile
+++ b/src/makefile
@@ -179,6 +179,7 @@ EXTENDED_MODULES += $(if $(CONFIG_BMC_IPMI),ipmi)
EXTENDED_MODULES += xz
EXTENDED_MODULES += p9_stop_util
EXTENDED_MODULES += isteps_mss
+EXTENDED_MODULES += p9_cpuWkup
#***************************************
@@ -273,6 +274,7 @@ RUNTIME_MODULES += pm_rt
RUNTIME_MODULES += pnor_rt
RUNTIME_MODULES += fapi2_rt
RUNTIME_MODULES += secureboot_rt
+RUNTIME_MODULES += p9_cpuWkup
RUNTIME_DATA_MODULES +=
RUNTIME_TESTCASE_MODULES += cxxtest_rt
OpenPOWER on IntegriCloud