blob: e52eb7edaccc8e45d3e211183b5e51a7dacf5d24 [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
Subrata Banik50b92582016-07-21 23:47:38 +053018bootblock-y += bootblock_mainboard.c
19
Duncan Laurie09170f12015-10-09 09:25:32 -070020romstage-y += boardid.c
21romstage-y += pei_data.c
22
Subrata Banik50b92582016-07-21 23:47:38 +053023bootblock-$(CONFIG_CHROMEOS) += chromeos.c
Duncan Laurieb87f2a52015-11-06 08:16:31 -080024verstage-$(CONFIG_CHROMEOS) += chromeos.c
Duncan Laurie09170f12015-10-09 09:25:32 -070025romstage-$(CONFIG_CHROMEOS) += chromeos.c
26ramstage-$(CONFIG_CHROMEOS) += chromeos.c
27
28ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
29
30ramstage-y += boardid.c
31ramstage-y += mainboard.c
32ramstage-y += pei_data.c
33ramstage-y += ramstage.c
34
35smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c