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>
18 lines
635 B
Makefile
18 lines
635 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/subdev/therm/base.o
|
|
nvkm-y += nvkm/subdev/therm/fan.o
|
|
nvkm-y += nvkm/subdev/therm/fannil.o
|
|
nvkm-y += nvkm/subdev/therm/fanpwm.o
|
|
nvkm-y += nvkm/subdev/therm/fantog.o
|
|
nvkm-y += nvkm/subdev/therm/ic.o
|
|
nvkm-y += nvkm/subdev/therm/temp.o
|
|
nvkm-y += nvkm/subdev/therm/nv40.o
|
|
nvkm-y += nvkm/subdev/therm/nv50.o
|
|
nvkm-y += nvkm/subdev/therm/g84.o
|
|
nvkm-y += nvkm/subdev/therm/gt215.o
|
|
nvkm-y += nvkm/subdev/therm/gf100.o
|
|
nvkm-y += nvkm/subdev/therm/gf119.o
|
|
nvkm-y += nvkm/subdev/therm/gk104.o
|
|
nvkm-y += nvkm/subdev/therm/gm107.o
|
|
nvkm-y += nvkm/subdev/therm/gm200.o
|
|
nvkm-y += nvkm/subdev/therm/gp100.o
|