1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-04 15:30:24 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

20 lines
387 B
Makefile

# SPDX-License-Identifier: GPL-2.0
ccflags-y += \
-I$(srctree)/include/ \
obj-$(CONFIG_MEDIATEK_CPUFREQ_DEBUG) += cpuhvfs.o
ifeq ($(CONFIG_MTK_TINYSYS_MCUPM_SUPPORT), m)
ifeq ($(CONFIG_MTK_IPI), m)
ifeq ($(findstring _mcl,$(PROJECT_DTB_NAMES)),_mcl)
subdir-ccflags-y += -DMC50_LOAD
endif
subdir-ccflags-y += -DEEM_DBG
cpuhvfs-y += eem-dbg.o
endif
endif
cpuhvfs-y += cpufreq-dbg.o