aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/mu3d/drv/Makefile
blob: 6085369181301a44aea270754e406904bf3c6bf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include $(srctree)/drivers/misc/mediatek/Makefile.custom

EXTRA_CFLAGS += -DUSE_SSUSB_QMU

obj-y := musb_hdrc.o

musb_hdrc-y := musb_core.o
musb_hdrc-y += musb_gadget_ep0.o musb_gadget.o
musb_hdrc-y += musb_init.o ssusb_qmu.o mt_usb.o
musb_hdrc-$(CONFIG_DEBUG_FS) += musb_debugfs.o