blob: 030cf1da2d41d7be16072a39dc7ca598e7069208 [file] [log] [blame]
Furquan Shaikh06cd9032016-12-14 12:10:21 -08001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2016 Google Inc.
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
Furquan Shaikh06cd9032016-12-14 12:10:21 -080016bootblock-y += bootblock.c
17bootblock-$(CONFIG_CHROMEOS) += chromeos.c
18
19verstage-$(CONFIG_CHROMEOS) += chromeos.c
20
Furquan Shaikh06cd9032016-12-14 12:10:21 -080021romstage-$(CONFIG_CHROMEOS) += chromeos.c
22
Furquan Shaikh06cd9032016-12-14 12:10:21 -080023ramstage-$(CONFIG_CHROMEOS) += chromeos.c
24ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
25ramstage-y += mainboard.c
26ramstage-y += ramstage.c
27
Kyösti Mälkki9265f892019-07-07 23:58:34 +030028smm-y += smihandler.c
Furquan Shaikh6985c902018-10-06 12:03:23 -070029smm-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
Furquan Shaikh76c392d2017-04-13 14:15:56 -070030
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
Furquan Shaikhcbed0c22017-04-14 22:11:13 -070036
37subdirs-y += spd