8 lines
188 B
Makefile
8 lines
188 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
ccflags-y += \
|
|
-I$(srctree)/include/ \
|
|
|
|
obj-$(CONFIG_MEDIATEK_CPUFREQ_DEBUG_LITE) += cpudvfs.o
|
|
cpudvfs-y += cpufreq-dbg-lite.o
|
|
#cpudvfs-y += devinfo.o
|