summaryrefslogtreecommitdiffstats
path: root/hwpf/plat/src/fapi2ppefiles.mk
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2015-05-27 21:26:24 -0500
committerDerk Rembold <rembold@de.ibm.com>2015-05-29 10:23:42 -0500
commita93b0e4231579f82671466f0f6395fd57010cebe (patch)
tree34be4bed729fb8aa002f4753e69b6955578302aa /hwpf/plat/src/fapi2ppefiles.mk
parentcf2b047e03b4088ca709f17c9110a05105f5478a (diff)
downloadtalos-sbe-a93b0e4231579f82671466f0f6395fd57010cebe.tar.gz
talos-sbe-a93b0e4231579f82671466f0f6395fd57010cebe.zip
Resync PPE FAPI2 implementation (Round 2)
- Removed platform buffer_base.H and error_scope.H - Updated platform version of fapi2.H. Future work to update changes into HWPF base version. - Commit of automatically generated fapi2AttributeService.C until in-line process is online - Added placeholder versions of hwp_executor.H, set_sbe_error.H and hwp_ffdc_classes.H required by the base HWPF FAPI2 Base - Created PPE versions of plat_target.H, plat_trace.H - Updated Makefile to include FAPI2 library in the buils - Updated ima_defs.mk to properly include the SCOM definition files to allow the build to work. Change-Id: I873eb03e5426a2c574f99d2ac7ce4c5f06107cf2 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18001 Reviewed-by: Derk Rembold <rembold@de.ibm.com> Tested-by: Derk Rembold <rembold@de.ibm.com>
Diffstat (limited to 'hwpf/plat/src/fapi2ppefiles.mk')
-rw-r--r--hwpf/plat/src/fapi2ppefiles.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/hwpf/plat/src/fapi2ppefiles.mk b/hwpf/plat/src/fapi2ppefiles.mk
index cc391157..968abb56 100644
--- a/hwpf/plat/src/fapi2ppefiles.mk
+++ b/hwpf/plat/src/fapi2ppefiles.mk
@@ -17,7 +17,10 @@
# Object Files
##########################################################################
-FAPI2-C-SOURCES = fapi2PlatAttributeService.C
+
+FAPI2-C-SOURCES += fapi2PlatAttributeService.C \
+ plat_utils.C
+
FAPI2-S-SOURCES =
FAPI2LIB_OBJECTS += $(FAPI2-C-SOURCES:.C=.o) $(FAPI2-S-SOURCES:.S=.o)
OpenPOWER on IntegriCloud