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