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