blob: 22e770b7f45127ceaf49904a514d345e23eaa75c [file] [log] [blame]
Patrick Georgi406313d2015-07-20 22:01:32 +02001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2015 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##
Patrick Georgi406313d2015-07-20 22:01:32 +020015
16subdirs-y += spd
17
Duncan Laurie1a50d082015-09-04 10:12:59 -070018romstage-y += boardid.c
Patrick Georgi406313d2015-07-20 22:01:32 +020019romstage-y += pei_data.c
20
Aaron Durbincfd7f512015-10-07 16:12:58 -050021verstage-$(CONFIG_CHROMEOS) += chromeos.c
Patrick Georgi406313d2015-07-20 22:01:32 +020022romstage-$(CONFIG_CHROMEOS) += chromeos.c
23ramstage-$(CONFIG_CHROMEOS) += chromeos.c
24
25ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
26
Duncan Laurie1a50d082015-09-04 10:12:59 -070027ramstage-y += boardid.c
Patrick Georgi406313d2015-07-20 22:01:32 +020028ramstage-y += mainboard.c
29ramstage-y += pei_data.c
30ramstage-y += ramstage.c
31
32smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c