Message ID | 20190117082350.16481-2-gregkh@linuxfoundation.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | e36f8b7b7d2a93622c2e17a738e0fda59f64a71c |
Headers | show |
Series | USB: host: whci: rename Kbuild file | expand |
diff --git a/drivers/usb/host/whci/Kbuild b/drivers/usb/host/whci/Makefile similarity index 79% rename from drivers/usb/host/whci/Kbuild rename to drivers/usb/host/whci/Makefile index 26df0138079e..859d20079df6 100644 --- a/drivers/usb/host/whci/Kbuild +++ b/drivers/usb/host/whci/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + obj-$(CONFIG_USB_WHCI_HCD) += whci-hcd.o whci-hcd-y := \
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 => Makefile} | 2 ++ 1 file changed, 2 insertions(+) rename drivers/usb/host/whci/{Kbuild => Makefile} (79%)