From 2660311c2ba12eb91246291dba204c6c00d6dc9d Mon Sep 17 00:00:00 2001 From: Scare Crowe <84860158+CWDSYSTEMS@users.noreply.github.com> Date: Fri, 17 Sep 2021 23:51:32 +0500 Subject: [PATCH] Update Makefile --- drivers/devfreq/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/devfreq/Makefile b/drivers/devfreq/Makefile index a16333ea70..684c1d8efb 100644 --- a/drivers/devfreq/Makefile +++ b/drivers/devfreq/Makefile @@ -6,6 +6,9 @@ obj-$(CONFIG_DEVFREQ_GOV_PERFORMANCE) += governor_performance.o obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE) += governor_powersave.o obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o obj-$(CONFIG_DEVFREQ_GOV_PASSIVE) += governor_passive.o +obj-$(CONFIG_DEVFREQ_GOV_PERFORMANCE) += governor_performance.o +obj-$(CONFIG_DEVFREQ_GOV_OC) += safeboost_performance.o +# Safeboost is now a WIP # DEVFREQ Drivers obj-$(CONFIG_ARM_EXYNOS_BUS_DEVFREQ) += exynos-bus.o