blob: dcd8cbccbcc57ffffb3f11aa93bda16281a63e21 [file] [log] [blame]
Aamir Bohra3a143382018-07-11 12:07:51 +05301##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2018 Intel Corporation.
5##
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
16bootblock-y += bootblock.c
17bootblock-$(CONFIG_CHROMEOS) += chromeos.c
18
19verstage-$(CONFIG_CHROMEOS) += chromeos.c
20
21romstage-$(CONFIG_CHROMEOS) += chromeos.c
22romstage-y += romstage_fsp_params.c
23
24ramstage-$(CONFIG_CHROMEOS) += chromeos.c
25ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
26ramstage-y += mainboard.c
27ramstage-y += ramstage.c
28
Kyösti Mälkki9265f892019-07-07 23:58:34 +030029smm-y += smihandler.c
Aamir Bohra3a143382018-07-11 12:07:51 +053030
31subdirs-y += variants/baseboard
32CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
33
34subdirs-y += variants/$(VARIANT_DIR)
35CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
36
37subdirs-y += spd