summaryrefslogtreecommitdiffstats
path: root/src/usr/makefile
blob: 4566d694132e011ed6d1b70e52edf9cf89bba2e3 (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
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
# $Source: src/usr/makefile $
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2010,2019
# [+] Google Inc.
# [+] 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
ROOTPATH = ../..

# Do not instrument the module_init.o
HOSTBOOT_PROFILE_NO_INSTRUMENT = 1
OBJS += module_init.o

SUBDIRS += console.d
SUBDIRS += cxxtest.d
SUBDIRS += devicefw.d
SUBDIRS += diag.d
SUBDIRS += dump.d
SUBDIRS += errl.d
SUBDIRS += errldisplay.d
SUBDIRS += expaccess.d
SUBDIRS += fapi2.d
SUBDIRS += fapiwrap.d
SUBDIRS += fsi.d
SUBDIRS += fsiscom.d
SUBDIRS += gpio.d
SUBDIRS += $(if $(CONFIG_ENABLE_HDAT_IN_HOSTBOOT),hdat.d,)
SUBDIRS += $(if $(CONFIG_HTMGT),htmgt.d)
SUBDIRS += hwas.d
SUBDIRS += hwplibs.d
SUBDIRS += i2c.d
SUBDIRS += ibscom.d
SUBDIRS += imageprocs.d
SUBDIRS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmibase.d)
SUBDIRS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmiext.d)
SUBDIRS += initservice.d
SUBDIRS += intr.d
SUBDIRS += isteps.d
SUBDIRS += lpc.d
SUBDIRS += mbox.d
SUBDIRS += mmio.d
SUBDIRS += $(if $(CONFIG_FSP_BUILD),,nvram.d)
SUBDIRS += pnor.d
SUBDIRS += runtime.d
SUBDIRS += sbe.d
SUBDIRS += sbeio.d
SUBDIRS += scan.d
SUBDIRS += scom.d
SUBDIRS += secureboot.d
SUBDIRS += sio.d
SUBDIRS += targeting.d
SUBDIRS += testcore.d
SUBDIRS += trace.d
SUBDIRS += util.d
SUBDIRS += vfs.d
SUBDIRS += vpd.d
SUBDIRS += xscom.d
SUBDIRS += xz.d

#errldisplay relies on some generated files from PRD.
#Enforce that it goes after
_BUILD/SUBDIR/CODE/errldisplay: _BUILD/SUBDIR/CODE/diag

include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud