diff options
author | John Crispin <john@openwrt.org> | 2015-03-21 21:48:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-21 21:48:04 +0000 |
commit | dbd0e9d0928da62a988a321b797d65c8fbeafeb0 (patch) | |
tree | c88c5a64a94fffe8012ff98899866d651df31534 /package/kernel | |
parent | 08ae6296ca8be090a113b69e89b1e6935e163e9c (diff) | |
download | upstream-dbd0e9d0928da62a988a321b797d65c8fbeafeb0.tar.gz upstream-dbd0e9d0928da62a988a321b797d65c8fbeafeb0.tar.bz2 upstream-dbd0e9d0928da62a988a321b797d65c8fbeafeb0.zip |
kernel: fix usb kernel package Makefile
Signed-off-by: zouxf <fl.service@t-firefly.com>
SVN-Revision: 44928
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/linux/modules/usb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index e87a857a41..be1553a508 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -1470,7 +1470,7 @@ endef $(eval $(call KernelPackage,usbmon)) -XHCI_FILES := $(wildcard $(patsubst %,$(LINUX_DIR)/drivers/usb/host/%.ko,xhci-hcd xhci-pci xhci-plat)) +XHCI_FILES := $(wildcard $(patsubst %,$(LINUX_DIR)/drivers/usb/host/%.ko,xhci-hcd xhci-pci xhci-plat-hcd)) XHCI_AUTOLOAD := $(patsubst $(LINUX_DIR)/drivers/usb/host/%.ko,%,$(XHCI_FILES)) define KernelPackage/usb3 |