summaryrefslogtreecommitdiff
path: root/drivers/usb/host/whci/Kbuild
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-17 09:23:47 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-22 09:08:17 +0100
commite36f8b7b7d2a93622c2e17a738e0fda59f64a71c (patch)
tree3892cc14427dba9828c5b56872ae40760bd8b2da /drivers/usb/host/whci/Kbuild
parent0b8c0cbc17b90a7c6979c12f8579989724625655 (diff)
downloadlinux-next-e36f8b7b7d2a93622c2e17a738e0fda59f64a71c.tar.gz
USB: host: whci: rename Kbuild file
We have been using Makefile for well over a decade now, use that name instead of Kbuild. Also, while moving the file, add the proper SPDX identifier at the top of it. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/whci/Kbuild')
-rw-r--r--drivers/usb/host/whci/Kbuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/usb/host/whci/Kbuild b/drivers/usb/host/whci/Kbuild
deleted file mode 100644
index 26df0138079e..000000000000
--- a/drivers/usb/host/whci/Kbuild
+++ /dev/null
@@ -1,12 +0,0 @@
-obj-$(CONFIG_USB_WHCI_HCD) += whci-hcd.o
-
-whci-hcd-y := \
- asl.o \
- debug.o \
- hcd.o \
- hw.o \
- init.o \
- int.o \
- pzl.o \
- qset.o \
- wusb.o