From e36f8b7b7d2a93622c2e17a738e0fda59f64a71c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 17 Jan 2019 09:23:47 +0100 Subject: 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 --- drivers/usb/host/whci/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 drivers/usb/host/whci/Makefile (limited to 'drivers/usb/host/whci/Makefile') diff --git a/drivers/usb/host/whci/Makefile b/drivers/usb/host/whci/Makefile new file mode 100644 index 000000000000..859d20079df6 --- /dev/null +++ b/drivers/usb/host/whci/Makefile @@ -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 -- cgit v1.2.3