diff options
author | crgeddes <crgeddes@us.ibm.com> | 2016-05-12 14:09:34 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-12 16:09:39 -0400 |
commit | a12d826bc761e365c0fc8eb203e6779535a6a1d3 (patch) | |
tree | 3a9f391c791194660dd6dd063729e5b010aba0af /src/usr/fapi2/makefile | |
parent | 5c508caa9c07c98dc802bbca55a5f41777cc5063 (diff) | |
download | talos-hostboot-a12d826bc761e365c0fc8eb203e6779535a6a1d3.tar.gz talos-hostboot-a12d826bc761e365c0fc8eb203e6779535a6a1d3.zip |
Temporarily disable building of poundv HWP in hostboot
In order to get an ekb commit through we need to deactivate this
HWP from build in HB until the pending EKB changes have been mirrored
and merged into HB. There should be a follow up commit with the same
RTC following shortly after this commit
Change-Id: I845b1e7c320f0cd7dca31c157ff82d3b55212803
RTC:153882
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24472
Reviewed-by: Steven B. Janssen <janssens@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Tested-by: FSP CI Jenkins
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/makefile')
-rwxr-xr-x | src/usr/fapi2/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/makefile b/src/usr/fapi2/makefile index ef4ee6d90..6ad102c76 100755 --- a/src/usr/fapi2/makefile +++ b/src/usr/fapi2/makefile @@ -48,7 +48,7 @@ include ${ROOTPATH}/src/import/tools/build/common.dir/script.rules.mk include ${ROOTPATH}/src/import/hwpf/fapi2/tools/parseErrorInfo.mk include ${ROOTPATH}/src/import/hwpf/fapi2/tools/parseAttributeInfo.mk include ${ROOTPATH}/src/import/hwpf/fapi2/tools/createIfAttrService.mk -include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.mk +# include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.mk include ${ROOTPATH}/config.mk |