summaryrefslogtreecommitdiffstats
path: root/hwpf/src/fapi2ppefiles.mk
diff options
context:
space:
mode:
Diffstat (limited to 'hwpf/src/fapi2ppefiles.mk')
-rw-r--r--hwpf/src/fapi2ppefiles.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/hwpf/src/fapi2ppefiles.mk b/hwpf/src/fapi2ppefiles.mk
new file mode 100644
index 00000000..00fcb274
--- /dev/null
+++ b/hwpf/src/fapi2ppefiles.mk
@@ -0,0 +1,27 @@
+# @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-CPP-SOURCES += fapi2PlatAttributeService.C
+
+FAPI2-S-SOURCES =
+
+FAPI2LIB_OBJECTS += $(FAPI2-CPP-SOURCES:.C=.o)
+FAPI2LIB_OBJECTS += $(FAPI2-S-SOURCES:.S=.o)
+
OpenPOWER on IntegriCloud