Skip to content

Commit

Permalink
Add pmic_efd_processing to istep07 makefile
Browse files Browse the repository at this point in the history
Needed for mss_eff_config changes

Change-Id: I4dbfb4530f11766c7ac6e6f907c1ec3860a11116
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78343
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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Jun 6, 2019
1 parent 7aa27e1 commit 07cf7db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/usr/isteps/istep07/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ HWP_PATH_P9 += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/memory
HWP_PATH_CEN += ${ROOTPATH}/src/import/chips/centaur/procedures/hwp/memory
# Axone
HWP_PATH_P9A += ${ROOTPATH}/src/import/chips/p9a/procedures/hwp/memory
HWP_PATH_P9A += ${ROOTPATH}/src/import/chips/ocmb/common/procedures/hwp/pmic
# Explorer
HWP_PATH_EXP += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory

Expand Down Expand Up @@ -81,6 +82,7 @@ VPATH += ${HWP_PATH} ${HWP_PATH_P9}/lib/spd
VPATH += $(PROCEDURES_PATH)/hwp/nest ${ROOTPATH}/src/usr/fapi2
VPATH += ${PROCEDURES_PATH}/hwp/perv
VPATH += ${HWP_PATH_P9}/lib ${HWP_PATH_P9}/lib/utils ${HWP_PATH_P9}/lib/eff_config
VPATH += ${HWP_PATH_P9A}/lib/eff_config
VPATH += ${HWP_PATH_P9}/lib/freq ${HWP_PATH_P9}/lib/dimm
VPATH += ${ROOTPATH}/src/usr/sbe

Expand Down Expand Up @@ -116,6 +118,7 @@ OBJS += $(if $(CONFIG_AXONE),p9a_mss_freq.o,)
OBJS += $(if $(CONFIG_AXONE),p9a_mss_freq_system.o,)
OBJS += $(if $(CONFIG_AXONE),p9a_mss_eff_config.o,)
OBJS += $(if $(CONFIG_AXONE),p9a_mss_eff_config_thermal.o,)
OBJS += $(if $(CONFIG_AXONE),pmic_efd_processing.o,)

#host_mss_attr_cleanup : MSS ATTR Cleanup
include $(HWP_PATH_CEN)/p9c_mss_attr_cleanup.mk
Expand Down

0 comments on commit 07cf7db

Please sign in to comment.