blob: 9ea24f6aa07c1948bef0a469760b82d0d6d5b6f2 [file] [log] [blame]
Patrick Georgi04746fc2015-06-05 18:53:43 +02001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2014 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 Georgi04746fc2015-06-05 18:53:43 +020015
16subdirs-y += spd
17romstage-$(CONFIG_CHROMEOS) += chromeos.c
18ramstage-$(CONFIG_CHROMEOS) += chromeos.c
Arthur Heymans4d56a062018-12-22 16:11:52 +010019verstage-$(CONFIG_CHROMEOS) += chromeos.c
Patrick Georgi04746fc2015-06-05 18:53:43 +020020ramstage-y += lan.c
21
Kyösti Mälkki9265f892019-07-07 23:58:34 +030022smm-y += smihandler.c led.c
Patrick Georgi04746fc2015-06-05 18:53:43 +020023
Matt DeVillier0148fcb2016-12-17 17:13:23 -060024romstage-y += variants/$(VARIANT_DIR)/pei_data.c
25ramstage-y += variants/$(VARIANT_DIR)/pei_data.c
26
Arthur Heymanse4397242018-12-22 16:59:44 +010027bootblock-y += led.c
28
29bootblock-y += bootblock.c
Matt DeVillier0148fcb2016-12-17 17:13:23 -060030
31subdirs-y += variants/$(VARIANT_DIR)
Martin Rothb4560cd2017-07-22 21:45:28 -060032CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
Arthur Heymanscadc70f2019-05-12 13:44:22 +020033
34romstage-y += variants/$(VARIANT_DIR)/gpio.c