blob: 79a26057e41fcc698f803701f6d315da8b336592 [file] [log] [blame]
davidad038c12015-10-23 20:22:22 +08001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2013 Google Inc.
5## Copyright (C) 2015 Intel Corporation.
6##
7## This program is free software; you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
9## the Free Software Foundation; version 2 of the License.
10##
11## This program is distributed in the hope that it will be useful,
12## but WITHOUT ANY WARRANTY; without even the implied warranty of
13## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14## GNU General Public License for more details.
15##
davidad038c12015-10-23 20:22:22 +080016
17subdirs-y += spd
18
19romstage-y += boardid.c
20romstage-y += pei_data.c
21
22verstage-$(CONFIG_CHROMEOS) += chromeos.c
23romstage-$(CONFIG_CHROMEOS) += chromeos.c
24ramstage-$(CONFIG_CHROMEOS) += chromeos.c
25
26ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
27
28ramstage-y += boardid.c
29ramstage-y += mainboard.c
30ramstage-y += pei_data.c
31ramstage-y += ramstage.c
32
33smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c