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