14 lines
375 B
Makefile
14 lines
375 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2015 MediaTek Inc.
|
|
#
|
|
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/base/power/$(CONFIG_MTK_PLATFORM)/
|
|
|
|
obj-y += mt_hotplug_strategy_main.o
|
|
obj-y += mt_hotplug_strategy_core.o
|
|
obj-y += mt_hotplug_strategy_procfs.o
|
|
obj-y += mt_hotplug_strategy_cpu.o
|
|
obj-y += mt_hotplug_strategy_api.o
|
|
obj-y += mt_hotplug_strategy_algo.o
|