1## SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += bootblock.c 4bootblock-y += gpio.c 5 6ramstage-y += mainboard.c 7ramstage-y += gpio.c 8