1## SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += gpio.c 4 5ramstage-$(CONFIG_FW_CONFIG) += fw_config.c 6ramstage-y += gpio.c 7ramstage-y += port_descriptors.c 8 9romstage-y += gpio.c 10romstage-y += port_descriptors.c 11 12verstage-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += gpio.c 13 14smm-y += smihandler.c 15