aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/multibridge/mt6735/mt8193/Makefile
blob: 386ced90eb872e55076b32ff46a83b2b12b92cdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include $(srctree)/drivers/misc/mediatek/Makefile.custom


ifeq ($(CONFIG_MTK_MULTIBRIDGE_SUPPORT),y)
obj-y   +=  mt8193_ckgen.o
obj-y   +=  mt8193_ckgen_vfy.o
obj-y   +=  mt8193_gpio.o
obj-y   +=  mt8193_iic.o
obj-y   +=  mt8193_pinmux.o
endif