1## SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += bootblock.c 4 5romstage-y = gpio.c 6 7ramstage-$(CONFIG_CARDBUS_PLUGIN_SUPPORT) += ti_pci7xx1.c 8ramstage-y += cstates.c 9ramstage-y += blc.c 10