1## SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += bootblock.c 4bootblock-y += death.c 5 6romstage-y += romstage.c 7romstage-y += bdk_devicetree.c 8romstage-y += death.c 9 10ramstage-y += mainboard.c 11ramstage-y += bdk_devicetree.c 12ramstage-y += death.c 13 14verstage-y += death.c 15