mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 04:52:32 -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>
7 lines
195 B
Makefile
7 lines
195 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
rtl818x_pci-objs := dev.o rtl8225.o sa2400.o max2820.o grf5101.o rtl8225se.o
|
|
|
|
obj-$(CONFIG_RTL8180) += rtl818x_pci.o
|
|
|
|
ccflags-y += -I $(srctree)/$(src)/..
|