payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / superio / fintek / f81803a / Makefile.inc
bloba37b5440799b635390e2057b668aa7ea0587fe2c
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 ifeq ($(CONFIG_BOOTBLOCK_CONSOLE),y)
4 bootblock-$(CONFIG_SUPERIO_FINTEK_F81803A) += ../common/early_serial.c
5 endif
7 ## Notice: For fan control at romstage, HWM must be initialized before
8 ## the API is called. Ramstage can use devicetree to initialize it.
10 romstage-$(CONFIG_SUPERIO_FINTEK_F81803A) += ../common/early_serial.c
11 romstage-$(CONFIG_SUPERIO_FINTEK_FAN_CONTROL) += fan_control.c
12 romstage-$(CONFIG_SUPERIO_FINTEK_FAN_API_CALL) += ../common/fan_api_call.c
14 ramstage-$(CONFIG_SUPERIO_FINTEK_F81803A) += superio.c
15 ramstage-$(CONFIG_SUPERIO_FINTEK_FAN_CONTROL) += fan_control.c
16 ramstage-$(CONFIG_SUPERIO_FINTEK_FAN_API_CALL) += ../common/fan_api_call.c