mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-07-25 00:20:43 +00:00
15 lines
435 B
Makefile
15 lines
435 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/mt-plat
|
|
ccflags-y += -I$(srctree)/drivers/usb/host
|
|
ccflags-y += -I$(srctree)/drivers/usb/mtu3
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/usb20
|
|
|
|
obj-$(CONFIG_MTK_USB_BOOST) += usb_boost.o
|
|
|
|
usb_boost-y := usb_boost_common.o usb_boost_plat.o
|
|
|
|
obj-$(CONFIG_MTK_USB_BOOST) += musb_boost.o
|
|
|
|
musb_boost-y := musb_boost_common.o usb_boost_plat.o
|