summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/test/prdf_hb_common_test.mk
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2016-01-18 11:40:28 -0600
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 17:06:09 -0600
commit2371ccf5322545d5df64f188f176b15bd5de3a51 (patch)
treea020e763dfd7ed956fc59198861f13ab8b059601 /src/usr/diag/prdf/test/prdf_hb_common_test.mk
parentd369df763108909648df9518f3afb03cc94d2787 (diff)
downloadtalos-hostboot-2371ccf5322545d5df64f188f176b15bd5de3a51.tar.gz
talos-hostboot-2371ccf5322545d5df64f188f176b15bd5de3a51.zip
PRD: disabled references to legacy FAPI interfaces.
Simply commented out the current code and added RTC tags to reference stories that will restore the functionality when FAPI2 is available. Also disabled compilation of all the platform plugin code since that code is the most common user of the legacy FAPI interfaces and most of it will be rewritten for P9 anyway. Change-Id: I8cb57c7343e71c83ab9017abfc715198eedbb9f4 RTC: 143877 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23369 Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23676 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/test/prdf_hb_common_test.mk')
-rwxr-xr-xsrc/usr/diag/prdf/test/prdf_hb_common_test.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/diag/prdf/test/prdf_hb_common_test.mk b/src/usr/diag/prdf/test/prdf_hb_common_test.mk
index d8fef5ffa..007201e74 100755
--- a/src/usr/diag/prdf/test/prdf_hb_common_test.mk
+++ b/src/usr/diag/prdf/test/prdf_hb_common_test.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2015
+# Contributors Listed Below - COPYRIGHT 2012,2016
# [+] International Business Machines Corp.
#
#
@@ -53,9 +53,9 @@ EXTRAINCDIR += ${PRD_USR_PATH}/test
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/errl
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/util
-EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi
-EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat
-EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp
+#EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi
+#EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat
+#EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp
#------------------------------------------------------------------------------
# objects
OpenPOWER on IntegriCloud