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: 96ac6d4351004 (treewide: Add SPDX license identifier - Kbuild) Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
8 lines
241 B
Makefile
8 lines
241 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/subdev/ibus/gf100.o
|
|
nvkm-y += nvkm/subdev/ibus/gf117.o
|
|
nvkm-y += nvkm/subdev/ibus/gk104.o
|
|
nvkm-y += nvkm/subdev/ibus/gk20a.o
|
|
nvkm-y += nvkm/subdev/ibus/gm200.o
|
|
nvkm-y += nvkm/subdev/ibus/gp10b.o
|