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