]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
USB: host: whci: rename Kbuild file
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2019 08:23:47 +0000 (09:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2019 08:08:17 +0000 (09:08 +0100)
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>
drivers/usb/host/whci/Kbuild [deleted file]
drivers/usb/host/whci/Makefile [new file with mode: 0644]

diff --git a/drivers/usb/host/whci/Kbuild b/drivers/usb/host/whci/Kbuild
deleted file mode 100644 (file)
index 26df013..0000000
+++ /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
diff --git a/drivers/usb/host/whci/Makefile b/drivers/usb/host/whci/Makefile
new file mode 100644 (file)
index 0000000..859d200
--- /dev/null
@@ -0,0 +1,14 @@
+# SPDX-License-Identifier: GPL-2.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