blob: 78a7c3a606c64e3b566083bd41935221aaf4e609 (
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
# $Source: src/occ_405/topfiles.mk $
#
# OpenPOWER OnChipController Project
#
# Contributors Listed Below - 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 = amec/amec_analytics.c \
amec/amec_controller.c \
amec/amec_data.c \
amec/amec_dps.c \
amec/amec_freq.c \
amec/amec_health.c \
amec/amec_init.c \
amec/amec_amester.c \
amec/amec_master_smh.c \
amec/amec_oversub.c \
amec/amec_parm.c \
amec/amec_parm_table.c \
amec/amec_part.c \
amec/amec_pcap.c \
amec/amec_perfcount.c \
amec/amec_sensors_fw.c \
amec/amec_sensors_power.c \
amec/amec_sensors_centaur.c \
amec/amec_sensors_core.c \
amec/amec_slave_smh.c \
amec/amec_tasks.c \
amec/sensor_power.c \
cent/centaur_control.c \
cent/centaur_data.c \
cmdh/cmdh_dbug_cmd.c \
cmdh/cmdh_fsp_cmds_datacnfg.c \
cmdh/cmdh_fsp_cmds.c \
cmdh/cmdh_fsp.c \
cmdh/cmdh_mnfg_intf.c \
cmdh/cmdh_snapshot.c \
cmdh/cmdh_thread.c \
cmdh/cmdh_tunable_parms.c \
cmdh/ffdc.c \
common.c \
dcom/dcom.c \
dcom/dcom_thread.c \
dcom/dcomMasterRx.c \
dcom/dcomMasterTx.c \
dcom/dcomSlaveRx.c \
dcom/dcomSlaveTx.c \
dimm/dimm.c \
dimm/dimm_control.c \
errl/errl.c \
gpu/gpu.c \
homer.c \
lock/lock.c \
main.c \
mem/memory.c \
mem/memory_power_control.c \
mode.c \
occ_sys_config.c \
occbuildname.c \
pgpe/pgpe_interface.c \
proc/proc_data.c \
proc/proc_data_control.c \
proc/proc_pstate.c \
pss/apss.c \
pss/avsbus.c \
pss/dpss.c \
reset.c \
rtls/rtls_tables.c \
rtls/rtls.c \
scom.c \
sensor/sensor_get_tod_task.c \
sensor/sensor_inband_cmd.c \
sensor/sensor_info.c \
sensor/sensor_main_memory.c \
sensor/sensor_query_list.c \
sensor/sensor_table.c \
sensor/sensor.c \
state.c \
thread/chom.c \
thread/threadSch.c \
timer/timer.c \
trac/trac_interface.c \
wof/wof.c
TOP-S-SOURCES = cmdh/ll_ffdc.S \
TOP_OBJECTS = $(TOP-C-SOURCES:.c=.o) $(TOP-S-SOURCES:.S=.o)
|