aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/xhci_test/Makefile
blob: 737ad58442d6348c61e942cba5e5072ac6f0c50f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for USB Host Controller Drivers
#


# ccflags-y += -I$(src)/../../../../mediatek/kernel/include
include $(srctree)/drivers/misc/mediatek/Makefile.custom

ccflags-$(CONFIG_USB_DEBUG) += -DDEBUG

xhci-hcd-test-y := xhci.o xhci-mem.o xhci-ring.o xhci-hub.o xhci-dbg.o xhci-platform.o 
xhci-hcd-test-y += mtk-protocol.o mtk-test.o mtk-test-lib.o mtk-usb-hcd.o xhci-mtk-scheduler.o xhci-mtk-power.o

obj-$(CONFIG_MTK_TEST_XHCI)	+= xhci-hcd-test.o