blob: c938289db8632786a51f745cb8fb8c0260afea58 [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001## SPDX-License-Identifier: GPL-2.0-only
Philipp Deppenwiese8c678cf2018-08-10 16:15:14 -07002
3bootblock-y += bootblock.c
Philipp Deppenwiese8c678cf2018-08-10 16:15:14 -07004bootblock-y += death.c
5
Philipp Deppenwiese8c678cf2018-08-10 16:15:14 -07006romstage-y += romstage.c
7romstage-y += bdk_devicetree.c
8romstage-y += death.c
9
10ramstage-y += mainboard.c
Philipp Deppenwiese8c678cf2018-08-10 16:15:14 -070011ramstage-y += bdk_devicetree.c
12ramstage-y += death.c
13
Philipp Deppenwiese8c678cf2018-08-10 16:15:14 -070014verstage-y += death.c