| # |
| # Copyright (C) 2019 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. |
| # |
| ccflags-y += -Werror -I$(srctree)/drivers/devfreq |
| ccflags-y += -I$(srctree)/drivers/misc/mediatek/base/power/include/ |
| ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/ |
| ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/mt-plat/$(MTK_PLATFORM)/include/ |
| ccflags-y += -I$(srctree)/drivers/watchdog/mediatek/include/ |
| ccflags-y += -I$(srctree)/drivers/misc/mediatek/dramc/$(MTK_PLATFORM)/ |
| ccflags-y += -I$(srctree)/drivers/misc/mediatek/base/power/$(CONFIG_MTK_PLATFORM)/ |
| |
| obj-$(CONFIG_MACH_MT8168) += helio-dvfsrc-opp.o helio-dvfsrc-sysfs.o |
| obj-$(CONFIG_MACH_MT8168) += helio-dvfsrc.o helio-dvfsrc-mt8168.o |