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