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