drivers/pc80/rtc: Separate {get|set}_option() support
Move things depending on option_table.h to a separate file. Change-Id: Ib23fcd89bf4efef9072fcaea1d8699145c1f2983 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38193 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -8,6 +8,9 @@ romstage-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c
|
||||
ramstage-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c
|
||||
smm-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c
|
||||
|
||||
all-$(CONFIG_USE_OPTION_TABLE) += option.c
|
||||
smm-$(CONFIG_USE_OPTION_TABLE) += option.c
|
||||
|
||||
ifeq ($(CONFIG_USE_OPTION_TABLE),y)
|
||||
cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += cmos.default
|
||||
cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE):nvramtool
|
||||
|
Reference in New Issue
Block a user