The bulk SPDX addition made all these files into GPL-2.0 licensed files.
However the remainder of the project is MIT-licensed, these files
were simply missing the boiler plate and got caught up in the global update.
Fixes: 96ac6d4351
(treewide: Add SPDX license identifier - Kbuild)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
15 lines
493 B
Makefile
15 lines
493 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/subdev/pci/agp.o
|
|
nvkm-y += nvkm/subdev/pci/base.o
|
|
nvkm-y += nvkm/subdev/pci/pcie.o
|
|
nvkm-y += nvkm/subdev/pci/nv04.o
|
|
nvkm-y += nvkm/subdev/pci/nv40.o
|
|
nvkm-y += nvkm/subdev/pci/nv46.o
|
|
nvkm-y += nvkm/subdev/pci/nv4c.o
|
|
nvkm-y += nvkm/subdev/pci/g84.o
|
|
nvkm-y += nvkm/subdev/pci/g92.o
|
|
nvkm-y += nvkm/subdev/pci/g94.o
|
|
nvkm-y += nvkm/subdev/pci/gf100.o
|
|
nvkm-y += nvkm/subdev/pci/gf106.o
|
|
nvkm-y += nvkm/subdev/pci/gk104.o
|
|
nvkm-y += nvkm/subdev/pci/gp100.o
|