mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 lines
289 B
Makefile
12 lines
289 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_MT76x0U) += mt76x0u.o
|
|
obj-$(CONFIG_MT76x0E) += mt76x0e.o
|
|
obj-$(CONFIG_MT76x0_COMMON) += mt76x0-common.o
|
|
|
|
mt76x0-common-y := init.o main.o eeprom.o phy.o
|
|
|
|
mt76x0u-y := usb.o usb_mcu.o
|
|
mt76x0e-y := pci.o pci_mcu.o
|
|
|
|
# ccflags-y := -DDEBUG
|