mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
7 lines
244 B
Makefile
7 lines
244 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/engine/msvld/base.o
|
|
nvkm-y += nvkm/engine/msvld/g98.o
|
|
nvkm-y += nvkm/engine/msvld/gt215.o
|
|
nvkm-y += nvkm/engine/msvld/mcp89.o
|
|
nvkm-y += nvkm/engine/msvld/gf100.o
|
|
nvkm-y += nvkm/engine/msvld/gk104.o
|