1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-09-16 03:59:21 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

13 lines
302 B
Makefile

# SPDX-License-Identifier: GPL-2.0
ccflags-y += \
-I$(srctree)/include/ \
obj-$(CONFIG_MEDIATEK_CPUFREQ_DEBUG_LITE) += cpudvfs.o
ifeq ($(CONFIG_MTK_TINYSYS_MCUPM_SUPPORT), m)
subdir-ccflags-y += -DEEM_DBG_LITE
cpudvfs-y += eem-dbg-lite.o
endif
cpudvfs-y += cpufreq-dbg-lite.o
cpudvfs-y += devinfo.o