blob: 0abd8840ec73fc8a172c83444be5d00893de8aca [file] [log] [blame]
Marc Jones2d79f162017-05-22 21:35:16 -06001#
2# This file is part of the coreboot project.
3#
Marshall Dawsonbeb12882017-05-23 18:57:47 -06004# Copyright (C) 2015-2017 Advanced Micro Devices, Inc.
Marc Jones2d79f162017-05-22 21:35:16 -06005#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; version 2 of the License.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15
Marshall Dawsonbeb12882017-05-23 18:57:47 -060016bootblock-y += bootblock/bootblock.c
Martin Roth6fea3232017-10-23 11:34:29 -060017bootblock-y += BiosCallOuts.c
Marshall Dawsonbeb12882017-05-23 18:57:47 -060018bootblock-y += ec.c
Marc Jones2d79f162017-05-22 21:35:16 -060019
20romstage-y += BiosCallOuts.c
Marshall Dawsonbeb12882017-05-23 18:57:47 -060021romstage-y += chromeos.c
Marc Jones2d79f162017-05-22 21:35:16 -060022romstage-y += OemCustomize.c
23
24ramstage-y += BiosCallOuts.c
Marshall Dawsonbeb12882017-05-23 18:57:47 -060025ramstage-y += chromeos.c
26ramstage-y += ec.c
Marc Jones2d79f162017-05-22 21:35:16 -060027ramstage-y += OemCustomize.c
Marshall Dawsonbeb12882017-05-23 18:57:47 -060028
29verstage-y += chromeos.c
30verstage-y += ec.c
Marshall Dawson79df1fb2017-10-04 12:34:17 -060031
Kyösti Mälkki9265f892019-07-07 23:58:34 +030032smm-y += smihandler.c
Martin Rothd540d742017-10-23 11:29:35 -060033
34subdirs-y += variants/baseboard
35CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
36
37subdirs-y += variants/$(VARIANT_DIR)
38CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include