summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/hwp/pm/pmfiles.mk
diff options
context:
space:
mode:
Diffstat (limited to 'import/chips/p9/procedures/hwp/pm/pmfiles.mk')
-rw-r--r--import/chips/p9/procedures/hwp/pm/pmfiles.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/hwp/pm/pmfiles.mk b/import/chips/p9/procedures/hwp/pm/pmfiles.mk
new file mode 100644
index 00000000..a43c3c73
--- /dev/null
+++ b/import/chips/p9/procedures/hwp/pm/pmfiles.mk
@@ -0,0 +1,19 @@
+# @file pmfiles.mk
+#
+# @brief mk for including pm object files
+#
+##########################################################################
+# Object Files
+##########################################################################
+
+PM-CPP-SOURCES +=p9_pm_ocb_indir_access.C
+PM-CPP-SOURCES +=p9_pm_ocb_indir_setup_circular.C
+PM-CPP-SOURCES +=p9_pm_ocb_indir_setup_linear.C
+PM-CPP-SOURCES +=p9_pm_ocb_init.C
+PM-CPP-SOURCES +=p9_pm_utils.C
+PM-C-SOURCES =
+PM-S-SOURCES =
+
+PM_OBJECTS += $(PM-CPP-SOURCES:.C=.o)
+PM_OBJECTS += $(PM-C-SOURCES:.c=.o)
+PM_OBJECTS += $(PM-S-SOURCES:.S=.o)
OpenPOWER on IntegriCloud