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