summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep16/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep16/makefile')
-rw-r--r--src/usr/isteps/istep16/makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/usr/isteps/istep16/makefile b/src/usr/isteps/istep16/makefile
index 2d70d9be8..efc902fd4 100644
--- a/src/usr/isteps/istep16/makefile
+++ b/src/usr/isteps/istep16/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -24,6 +24,15 @@
# IBM_PROLOG_END_TAG
ROOTPATH = ../../../..
MODULE = istep16
+PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/p9/procedures
+
+
+EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/pm/
+EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/perv/
+EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/
OBJS += call_host_activate_master.o
OBJS += call_host_activate_slave_cores.o
@@ -31,6 +40,12 @@ OBJS += call_host_secure_rng.o
OBJS += call_mss_scrub.o
OBJS += call_host_ipl_complete.o
-EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer/
+include ${ROOTPATH}/procedure.rules.mk
+include ${PROCEDURES_PATH}/hwp/pm/p9_block_wakeup_intr.mk
+#TODO RTC:147383 Need to create a seperate module for cpu_special_wakeup
+include ${PROCEDURES_PATH}/hwp/pm/p9_cpu_special_wakeup.mk
include ${ROOTPATH}/config.mk
+
+
+VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/
OpenPOWER on IntegriCloud