Files
kernel_common_drivers/drivers/cpufreq/Makefile
T
Xingxing Wang 6afb050abf cpufreq: dvfs bringup of s7 [1/1]
PD#SWPL-152425

Problem:
s7 dvfs bringup

Solution:
use dvfs v2 to bringup s7

Verify:
s7 skt

Change-Id: Ic1499df11129da0b553d565c165bddffcb53acf8
Signed-off-by: Xingxing Wang <xingxing.wang@amlogic.com>
2024-01-22 12:48:45 +08:00

13 lines
401 B
Makefile

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
ccflags-y += -I$(srctree)/drivers/regulator
ccflags-y += -I$(srctree)/drivers/opp
MODULE_NAME = amlogic-cpufreq
obj-$(CONFIG_AMLOGIC_MESON_CPUFREQ) = $(MODULE_NAME).o
$(MODULE_NAME)-y += main.o meson-cpufreq.o aml_cpufreq_v2.o
PR_FMT = $(subst amlogic-,,$(MODULE_NAME))
PR_FMT_DEFINE="-Dpr_fmt(fmt)= \"[$(PR_FMT)]: \" fmt"
ccflags-y += $(PR_FMT_DEFINE)