summaryrefslogtreecommitdiffstats
path: root/hwpf/src/plat/fapi2ppeplatfiles.mk
diff options
context:
space:
mode:
Diffstat (limited to 'hwpf/src/plat/fapi2ppeplatfiles.mk')
-rw-r--r--hwpf/src/plat/fapi2ppeplatfiles.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/hwpf/src/plat/fapi2ppeplatfiles.mk b/hwpf/src/plat/fapi2ppeplatfiles.mk
new file mode 100644
index 00000000..faf4845f
--- /dev/null
+++ b/hwpf/src/plat/fapi2ppeplatfiles.mk
@@ -0,0 +1,28 @@
+# @file fapi2ppefiles.mk
+#
+# @brief mk for including fapi2 object files
+#
+# @page ChangeLogs Change Logs
+# @section fapi2ppeplatfiles.mk
+# @verbatim
+#
+#
+# Change Log ******************************************************************
+# Flag Defect/Feature User Date Description
+# ------ -------------- ---------- ------------ -----------
+#
+# @endverbatim
+#
+##########################################################################
+# Object Files
+##########################################################################
+
+
+FAPI2PLAT-CPP-SOURCES += target.C
+FAPI2PLAT-CPP-SOURCES += plat_utils.C
+
+FAPI2PLAT-S-SOURCES =
+
+FAPI2PLATLIB_OBJECTS += $(FAPI2PLAT-CPP-SOURCES:.C=.o)
+FAPI2PLATLIB_OBJECTS += $(FAPI2PLAT-S-SOURCES:.S=.o)
+
OpenPOWER on IntegriCloud