1# SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += bootblock/bootblock.c 4bootblock-y += bootblock/OemCustomize.c 5bootblock-y += gpio.c 6 7romstage-y += BiosCallOuts.c 8romstage-y += bootblock/OemCustomize.c 9romstage-y += OemCustomize.c 10 11ramstage-y += BiosCallOuts.c 12ramstage-y += gpio.c 13ramstage-y += OemCustomize.c 14ramstage-$(CONFIG_SUPERIO_FINTEK_FAN_API_CALL) += fan_init.c 15