kernel_samsung_a34x-permissive/drivers/misc/mediatek/freqhopping/Makefile

32 lines
1 KiB
Makefile
Raw Normal View History

#
# Copyright (C) 2015 MediaTek Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ifeq ($(CONFIG_MACH_MT6877), y)
ccflags-y += -I$(srctree)/drivers/misc/mediatek/freqhopping/mt6877/
else
ccflags-y += -I$(srctree)/drivers/misc/mediatek/freqhopping/$(MTK_PLATFORM)/
endif
subdir-ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/mt-plat/$(MTK_PLATFORM)/include/mach/
ifeq (y,$(filter y,$(CONFIG_MACH_MT6853) \
$(CONFIG_MACH_MT6833) \
$(CONFIG_MACH_MT6877) \
$(CONFIG_MACH_MT6873) \
$(CONFIG_MACH_MT6885) \
$(CONFIG_MACH_MT6893)))
obj-y += fhctl_new/
else
obj-y += mtk_freqhopping_drv.o
obj-y += $(subst ",,$(CONFIG_MTK_PLATFORM))/
endif