diff options
| author | Matt Derksen <mderkse1@us.ibm.com> | 2019-05-23 13:22:52 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-05-29 16:54:49 -0500 |
| commit | 8f4eeca3100a6ef6986cff52c0b95e6e384510a7 (patch) | |
| tree | 3f6ccf0357c292ac5ce1b8cf74c24d0523c5edba /src/usr/isteps/istep07/makefile | |
| parent | ae7fd02c211501aa83e81e9593c28017633da629 (diff) | |
| download | talos-hostboot-8f4eeca3100a6ef6986cff52c0b95e6e384510a7.tar.gz talos-hostboot-8f4eeca3100a6ef6986cff52c0b95e6e384510a7.zip | |
Updates to compile new pmic fields in p9a eff_config
Added to support updates to p9a_eff_config.C
Change-Id: I7424447a57b65ccdc2835dfdb2ec5dcef72b0f53
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77810
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Glenn Miles <milesg@ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep07/makefile')
| -rw-r--r-- | src/usr/isteps/istep07/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/isteps/istep07/makefile b/src/usr/isteps/istep07/makefile index 525978324..c4ca2c875 100644 --- a/src/usr/isteps/istep07/makefile +++ b/src/usr/isteps/istep07/makefile @@ -74,6 +74,8 @@ EXTRAINCDIR += ${HWP_PATH_EXP}/lib/eff_config/ EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/ocmb/explorer/procedures/hwp/memory/lib/ EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/generic/memory/lib/ EXTRAINCDIR += ${EXP_COMMON_PATH}/include/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/common/procedures/hwp/pmic/ +EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/chips/ocmb/common/procedures/hwp/pmic/ VPATH += ${HWP_PATH} ${HWP_PATH_P9}/lib/spd VPATH += $(PROCEDURES_PATH)/hwp/nest ${ROOTPATH}/src/usr/fapi2 @@ -108,7 +110,7 @@ include $(HWP_PATH_CEN)/p9c_mss_bulk_pwr_throttles.mk include $(HWP_PATH_CEN)/p9c_mss_eff_mb_interleave.mk -# Axone only objects +# Axone only objects OBJS += $(if $(CONFIG_AXONE),p9a_mss_volt.o,) OBJS += $(if $(CONFIG_AXONE),p9a_mss_freq.o,) OBJS += $(if $(CONFIG_AXONE),p9a_mss_freq_system.o,) |

