20 lines
962 B
Makefile
20 lines
962 B
Makefile
#
|
|
# 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.
|
|
#
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/
|
|
ccflags-y += -I$(srctree)/drivers/power/supply/mediatek/misc/
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/typec/tcpc/
|
|
subdir-ccflags-$(CONFIG_MTK_USB_TYPEC_U3_MUX) += -I$(srctree)/drivers/misc/mediatek/typec/u3_switch/
|
|
subdir-ccflags-$(CONFIG_MTK_USB_TYPEC_U3_MUX) += -I$(srctree)/drivers/misc/mediatek/typec/inc
|
|
obj-y += extcon_usb.o boost_manager.o
|
|
obj-$(CONFIG_USB_MTK_IDDIG) += usb-iddig.o
|
|
obj-$(CONFIG_TCPC_CLASS) += usb-tcpc.o
|