blob: 522308f9aac529a9b69239dd61d6c7b1d7a6b012 [file] [log] [blame]
Lee Leahyc4210412015-06-29 11:37:56 -07001##
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##
16## You should have received a copy of the GNU General Public License
17## along with this program; if not, write to the Free Software
Lee Leahyb993d2f2015-07-17 11:07:54 -070018## Foundation, Inc.
Lee Leahyc4210412015-06-29 11:37:56 -070019##
20
21subdirs-y += spd
22
23romstage-y += pei_data.c
24
25romstage-$(CONFIG_CHROMEOS) += chromeos.c
26ramstage-$(CONFIG_CHROMEOS) += chromeos.c
27ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
28ramstage-y += mainboard.c
29ramstage-y += pei_data.c
30ramstage-y += ramstage.c
pchandri3657eef2015-08-06 10:26:00 -070031ramstage-y += boardid.c
32romstage-y += boardid.c
Lee Leahyc4210412015-06-29 11:37:56 -070033smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c