aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/c2k_ccci/mt6735/Makefile
blob: 0bc11dcaba08298bae76d0ee43c12ae4ee2e13fb (plain) (blame)
1
2
3
4
5
6
7
8
9
ifeq ($(CONFIG_MTK_C2K_SUPPORT), y)

include $(srctree)/drivers/misc/mediatek/Makefile.custom

obj-y := c2k_platform.o

else
obj-  := dummy.o # avoid build error
endif