13d0407baSopenharmony_ci# SPDX-License-Identifier: GPL-2.0 23d0407baSopenharmony_ci 33d0407baSopenharmony_ciVENDOR_RK3566_DRIVER_DEVFREQ_INCLUDE := -I$(srctree)/drivers/devfreq 43d0407baSopenharmony_ciEXTRA_CFLAGS += -Wno-error -Wno-implicit-function-declaration 53d0407baSopenharmony_ciEXTRA_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused 63d0407baSopenharmony_ciEXTRA_CFLAGS += -Wno-date-time 73d0407baSopenharmony_ciEXTRA_CFLAGS += $(VENDOR_RK3566_DRIVER_DEVFREQ_INCLUDE) 83d0407baSopenharmony_ci 93d0407baSopenharmony_ciobj-$(CONFIG_ARM_ROCKCHIP_BUS_DEVFREQ) += rockchip_bus.o 103d0407baSopenharmony_ciobj-$(CONFIG_ARM_ROCKCHIP_DMC_DEVFREQ) += rockchip_dmc.o rockchip_dmc_common.o 113d0407baSopenharmony_ci# DEVFREQ Event Drivers 123d0407baSopenharmony_ciobj-$(CONFIG_PM_DEVFREQ_EVENT) += event/ 13