summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe_closed/cme/topfiles.mk
diff options
context:
space:
mode:
Diffstat (limited to 'import/chips/p9/procedures/ppe_closed/cme/topfiles.mk')
-rw-r--r--import/chips/p9/procedures/ppe_closed/cme/topfiles.mk51
1 files changed, 51 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/topfiles.mk b/import/chips/p9/procedures/ppe_closed/cme/topfiles.mk
new file mode 100644
index 00000000..4112e534
--- /dev/null
+++ b/import/chips/p9/procedures/ppe_closed/cme/topfiles.mk
@@ -0,0 +1,51 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: import/chips/p9/procedures/ppe_closed/cme/topfiles.mk $
+#
+# OpenPOWER HCODE Project
+#
+# COPYRIGHT 2015,2017
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+
+
+TOP-C-SOURCES = p9_cme_main.c \
+ p9_cme_irq.c
+PSTATE-C-SOURCES = pstate_cme/p9_cme_pstate.c
+STOP-C-SOURCES = stop_cme/p9_cme_stop_irq_handlers.c \
+ stop_cme/p9_cme_stop_enter_thread.c \
+ stop_cme/p9_cme_stop_exit_thread.c \
+ stop_cme/p9_cme_stop_entry.c \
+ stop_cme/p9_cme_stop_exit.c \
+ stop_cme/p9_hcd_core_poweron.c \
+ stop_cme/p9_hcd_core_chiplet_reset.c \
+ stop_cme/p9_hcd_core_gptr_time_initf.c \
+ stop_cme/p9_hcd_core_chiplet_init.c \
+ stop_cme/p9_hcd_core_repair_initf.c \
+ stop_cme/p9_hcd_core_arrayinit.c \
+ stop_cme/p9_hcd_core_initf.c \
+ stop_cme/p9_hcd_core_startclocks.c \
+ stop_cme/p9_hcd_core_scominit.c \
+ stop_cme/p9_hcd_core_scomcust.c \
+ stop_cme/p9_hcd_core_ras_runtime_scom.c \
+ stop_cme/p9_hcd_core_occ_runtime_scom.c
+TOP-S-SOURCES =
+
+TOP_OBJECTS = $(TOP-C-SOURCES:.c=.o) $(TOP-S-SOURCES:.S=.o)
+PSTATE_OBJECTS = $(PSTATE-C-SOURCES:.c=.o)
+STOP_OBJECTS = $(STOP-C-SOURCES:.c=.o)
OpenPOWER on IntegriCloud