summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe_closed/cme/topfiles.mk
blob: cdc5e73770d488e58a0200e6992151b18485a25f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# 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

ifdef IMAGE


TOP-C-SOURCES    = p9_cme_main.c \
                   p9_cme_irq_priority_table.c \
                   p9_cme_irq.c 
                   
UTILS-C-SOURCES  = utils/p9_putringutils.c \
		   utils/plat_ring_traverse.c				   

PSTATE-C-SOURCES = pstate_cme/p9_cme_pstate.c \
                   pstate_cme/p9_cme_thread_db.c \
                   pstate_cme/p9_cme_thread_pmcr.c \
                   pstate_cme/p9_cme_intercme.c 

STOP-C-SOURCES   = stop_cme/p9_cme_stop_init.c \
                   stop_cme/p9_cme_stop_exit.c \
                   stop_cme/p9_cme_stop_entry.c \
                   stop_cme/p9_cme_stop_threads.c \
                   stop_cme/p9_cme_stop_irq_handlers.c \
                   stop_cme/p9_hcd_core_scan0.c \
                   stop_cme/p9_cme_copy_scan_ring.c

TOP-S-SOURCES  =   stop_cme/p9_cme_header.S

IMG-S-SOURCES  =   p9_cpmr_header.S

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) 
UTILS_OBJECTS  = $(UTILS-C-SOURCES:.c=.o)
IMG_OBJECTS    = $(IMG-C-SOURCES:.c=.o) $(IMG-S-SOURCES:.S=.o)

endif
OpenPOWER on IntegriCloud