mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
3efe891f61
It's good to have SPDX identifiers in all files to make it easier to audit the kernel tree for correct licenses. This updates the remaining drivers/usb/*Makefile* that were missing SPDX identifiers. They all get the following identifier: SPDX-License-Identifier: GPL-2.0 The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Kate Stewart <kstewart@linuxfoundation.org> Cc: Philippe Ombredanne <pombredanne@nexb.com> Cc: Peter Korsgaard <jacmet@sunsite.dk> Cc: Thomas Winischhofer <thomas@winischhofer.net> Cc: Johan Hovold <johan@kernel.org> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6 lines
218 B
Makefile
6 lines
218 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
isp1760-y := isp1760-core.o isp1760-if.o
|
|
isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o
|
|
isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o
|
|
|
|
obj-$(CONFIG_USB_ISP1760) += isp1760.o
|