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

24 lines
844 B
Makefile

obj-$(CONFIG_MTK_SCHEDULER) += scheduler.o
scheduler-y += eas/sched_main.o
scheduler-y += eas/sched_sys_common.o
scheduler-y += eas/eas_plus.o
scheduler-y += eas/static_power.o
scheduler-y += eas/topology.o
scheduler-y += common.o
scheduler-y += fair.o
scheduler-$(CONFIG_MTK_CORE_PAUSE)+= eas/core_pause.o
scheduler-$(CONFIG_MTK_SCHED_BIG_TASK_ROTATE)+= eas/rotate.o
obj-$(CONFIG_MTK_CPUFREQ_SUGOV_EXT) += cpufreq_sugov_ext.o
cpufreq_sugov_ext-y += sugov/cpufreq_sugov_main.o
cpufreq_sugov_ext-y += sugov/nonlinear_opp_cap.o
cpufreq_sugov_ext-y += common.o
subdir-ccflags-y += -I$(srctree)/kernel/
subdir-ccflags-y += -I$(srctree)/drivers/thermal/mediatek
subdir-ccflags-y += -I$(srctree)/drivers/misc/mediatek/sched/
obj-$(CONFIG_MTK_CORE_CTL) += mtk_core_ctl.o
mtk_core_ctl-y += core_ctl/sched_avg.o
mtk_core_ctl-y += core_ctl/core_ctl.o