blob: 22e770b7f45127ceaf49904a514d345e23eaa75c [file] [log] [blame]
Duncan Laurie09170f12015-10-09 09:25:32 -07001##
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##
Duncan Laurie09170f12015-10-09 09:25:32 -070015
16subdirs-y += spd
17
18romstage-y += boardid.c
19romstage-y += pei_data.c
20
Duncan Laurieb87f2a52015-11-06 08:16:31 -080021verstage-$(CONFIG_CHROMEOS) += chromeos.c
Duncan Laurie09170f12015-10-09 09:25:32 -070022romstage-$(CONFIG_CHROMEOS) += chromeos.c
23ramstage-$(CONFIG_CHROMEOS) += chromeos.c
24
25ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
26
27ramstage-y += boardid.c
28ramstage-y += mainboard.c
29ramstage-y += pei_data.c
30ramstage-y += ramstage.c
31
32smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c