From 8154f8810540dba21865d1566dc5209eef5a3515 Mon Sep 17 00:00:00 2001 From: Greg Still Date: Mon, 6 Apr 2015 11:30:30 -0500 Subject: Initial PPE FAPI2 platform implementation - targets+get/putscom; no Attributes Change-Id: I805dd3286b1b9d33b585d903d38ba7555bf40c21 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16869 Reviewed-by: Glenn R. Miles Reviewed-by: Derk Rembold Tested-by: Derk Rembold --- hwpf/plat/src/fapi2ppefiles.mk | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hwpf/plat/src/fapi2ppefiles.mk (limited to 'hwpf/plat/src/fapi2ppefiles.mk') diff --git a/hwpf/plat/src/fapi2ppefiles.mk b/hwpf/plat/src/fapi2ppefiles.mk new file mode 100644 index 00000000..cc391157 --- /dev/null +++ b/hwpf/plat/src/fapi2ppefiles.mk @@ -0,0 +1,24 @@ +# @file fapi2ppefiles.mk +# +# @brief mk for including fapi2 object files +# +# @page ChangeLogs Change Logs +# @section fapi2ppefiles.mk +# @verbatim +# +# +# Change Log ****************************************************************** +# Flag Defect/Feature User Date Description +# ------ -------------- ---------- ------------ ----------- +# +# @endverbatim +# +########################################################################## +# Object Files +########################################################################## + +FAPI2-C-SOURCES = fapi2PlatAttributeService.C +FAPI2-S-SOURCES = + +FAPI2LIB_OBJECTS += $(FAPI2-C-SOURCES:.C=.o) $(FAPI2-S-SOURCES:.S=.o) + -- cgit v1.2.1