blob: 921f9e7585b3affc203db7a2781cfe97dfac02e8 [file] [log] [blame]
Matt DeVillierc12e5ae2016-11-27 02:19:02 -06001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2012 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
16ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
17
18romstage-$(CONFIG_CHROMEOS) += chromeos.c
19ramstage-$(CONFIG_CHROMEOS) += chromeos.c
20
Kyösti Mälkki9265f892019-07-07 23:58:34 +030021smm-y += smihandler.c
Matt DeVillierc12e5ae2016-11-27 02:19:02 -060022
23romstage-y += variants/$(VARIANT_DIR)/romstage.c
24
25subdirs-y += variants/$(VARIANT_DIR)
Arthur Heymans1b3a6e42016-12-18 16:05:15 +010026
27ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
28
Matt DeVillierc12e5ae2016-11-27 02:19:02 -060029CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include