1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the kernel USB device drivers. 4# 5 6obj-$(CONFIG_USB_SUNXI_HCI) += host/ 7obj-$(CONFIG_USB_SUNXI_USB) += sunxi_usb/ 8 9