mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-20 04:23:55 -04: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>
11 lines
328 B
Makefile
11 lines
328 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/engine/ce/gt215.o
|
|
nvkm-y += nvkm/engine/ce/gf100.o
|
|
nvkm-y += nvkm/engine/ce/gk104.o
|
|
nvkm-y += nvkm/engine/ce/gm107.o
|
|
nvkm-y += nvkm/engine/ce/gm200.o
|
|
nvkm-y += nvkm/engine/ce/gp100.o
|
|
nvkm-y += nvkm/engine/ce/gp102.o
|
|
nvkm-y += nvkm/engine/ce/gv100.o
|
|
nvkm-y += nvkm/engine/ce/tu102.o
|