From 8644de595bc194be543fc710e9a9468943c4b3d2 Mon Sep 17 00:00:00 2001 From: "Richard J. Knight" Date: Tue, 6 Oct 2015 11:45:11 -0500 Subject: fapi2_chip_ec_feature.C does not compile. -Fixed parsing script to use updated ReturnCode types. -Fixed misc. compile issues with ported code. -Modified makefile to re-enable compile. Change-Id: I085cee2bbbe00218dd57dfc1d7bc81c700064899 RTC:134733 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20981 Tested-by: Jenkins Server Reviewed-by: Brian Silver Reviewed-by: PRACHI GUPTA Reviewed-by: Jennifer A. Stofer --- src/import/hwpf/fapi2/src/fapi2.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/import/hwpf/fapi2/src') diff --git a/src/import/hwpf/fapi2/src/fapi2.mk b/src/import/hwpf/fapi2/src/fapi2.mk index 5bbf7d151..6058daccb 100644 --- a/src/import/hwpf/fapi2/src/fapi2.mk +++ b/src/import/hwpf/fapi2/src/fapi2.mk @@ -27,10 +27,7 @@ FAPI2_MODULE_OBJS += array.o FAPI2_MODULE_OBJS += error_info.o FAPI2_MODULE_OBJS += ffdc.o FAPI2_MODULE_OBJS += fapi2_attribute_service.o -#TODO RTC 134733: Can't find the basic XML for attributes, so -# fapi2_chip_ec_feature.C doesn't compile. -#FAPI2_MODULE_OBJS += fapi2_chip_ec_feature.o -#FAPI2_MODULE_OBJS += collect_reg_ffdc.o +FAPI2_MODULE_OBJS += fapi2_chip_ec_feature.o # Define common source and include paths. define FAPI2_MODULE_INCLUDES -- cgit v1.2.1