diff options
author | Greg Kroah-Hartman | 2019-01-17 09:23:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2019-01-22 09:08:17 +0100 |
commit | e36f8b7b7d2a93622c2e17a738e0fda59f64a71c (patch) | |
tree | 3892cc14427dba9828c5b56872ae40760bd8b2da /drivers/usb/host | |
parent | 0b8c0cbc17b90a7c6979c12f8579989724625655 (diff) |
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')
-rw-r--r-- | drivers/usb/host/whci/Makefile (renamed from drivers/usb/host/whci/Kbuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/whci/Kbuild b/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 := \ |