Commit 3efe891f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: add SPDX identifiers to all remaining Makefiles

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: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 15dfeb6d
# SPDX-License-Identifier: GPL-2.0
# #
# Makefile for Cypress C67X00 USB Controller # Makefile for Cypress C67X00 USB Controller
# #
......
# SPDX-License-Identifier: GPL-2.0
# #
# Makefile for USB Class drivers # Makefile for USB Class drivers
# (one step up from the misc category) # (one step up from the misc category)
......
# SPDX-License-Identifier: GPL-2.0
# #
# Makefile for early USB devices # Makefile for early USB devices
# #
......
# SPDX-License-Identifier: GPL-2.0
# #
# Makefile for USB Image drivers # Makefile for USB Image drivers
# #
......
# SPDX-License-Identifier: GPL-2.0
isp1760-y := isp1760-core.o isp1760-if.o isp1760-y := isp1760-core.o isp1760-if.o
isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o
isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o
......
# SPDX-License-Identifier: GPL-2.0
# #
# Makefile for the sisusb driver (if driver is inside kernel tree). # Makefile for the sisusb driver (if driver is inside kernel tree).
# #
......
# SPDX-License-Identifier: GPL-2.0
# #
# Makefile for USB monitor # Makefile for USB monitor
# #
......
# SPDX-License-Identifier: GPL-2.0
# some rules to handle the quirks of the 'as31' assembler, like # some rules to handle the quirks of the 'as31' assembler, like
# insisting upon fixed suffixes for the input and output files, # insisting upon fixed suffixes for the input and output files,
......
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_TYPEC) += typec.o obj-$(CONFIG_TYPEC) += typec.o
obj-$(CONFIG_TYPEC_TCPM) += tcpm.o obj-$(CONFIG_TYPEC_TCPM) += tcpm.o
obj-y += fusb302/ obj-y += fusb302/
......
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_TYPEC_FUSB302) += fusb302.o obj-$(CONFIG_TYPEC_FUSB302) += fusb302.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment