kernel: fix usb kernel package Makefile
Signed-off-by: zouxf <fl.service@t-firefly.com> SVN-Revision: 44928
This commit is contained in:
parent
08ae6296ca
commit
dbd0e9d092
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue