blob: a2e4aa5721db2d603f2bbe74dc199ac03325647a [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001# SPDX-License-Identifier: GPL-2.0-only
Marc Jones91135fe2016-09-20 20:36:08 -06002
Justin TerAvest3fe3f042018-02-14 19:10:15 -07003bootblock-y += bootblock/bootblock.c
Marshall Dawson9df969a2017-07-25 18:46:46 -06004bootblock-y += bootblock/OemCustomize.c
Justin TerAvest3fe3f042018-02-14 19:10:15 -07005bootblock-y += gpio.c
Marshall Dawson9df969a2017-07-25 18:46:46 -06006
Marc Jones91135fe2016-09-20 20:36:08 -06007romstage-y += BiosCallOuts.c
Richard Spiegele2f301d2018-04-04 13:37:23 -07008romstage-y += bootblock/OemCustomize.c
Marc Jones91135fe2016-09-20 20:36:08 -06009romstage-y += OemCustomize.c
Marc Jones91135fe2016-09-20 20:36:08 -060010
11ramstage-y += BiosCallOuts.c
Justin TerAvest3fe3f042018-02-14 19:10:15 -070012ramstage-y += gpio.c
Marc Jones91135fe2016-09-20 20:36:08 -060013ramstage-y += OemCustomize.c