blob: c35b4c5dd7d0cab522c53bcca9d42392cf6e6793 [file] [log] [blame]
Patrick Rudolphaae6e9c2016-12-30 17:02:04 +01001##
2## This file is part of the coreboot project.
3##
Patrick Rudolphaae6e9c2016-12-30 17:02:04 +01004##
5## This program is free software; you can redistribute it and/or modify
6## it under the terms of the GNU General Public License as published by
7## the Free Software Foundation; version 2 of the License.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12## GNU General Public License for more details.
13##
14
Arthur Heymans360d9472019-11-12 18:11:03 +010015bootblock-y += gpio.c
Patrick Rudolphaae6e9c2016-12-30 17:02:04 +010016romstage-y += gpio.c
Kyösti Mälkki9265f892019-07-07 23:58:34 +030017smm-y += smihandler.c
Arthur Heymans8bb2ed82018-07-18 16:37:00 +020018
19ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
Arthur Heymansfa5d0f82019-11-12 19:11:50 +010020bootblock-y += early_init.c
21romstage-y += early_init.c