mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 01:25:49 -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>
15 lines
471 B
Makefile
15 lines
471 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/subdev/pmu/base.o
|
|
nvkm-y += nvkm/subdev/pmu/memx.o
|
|
nvkm-y += nvkm/subdev/pmu/gt215.o
|
|
nvkm-y += nvkm/subdev/pmu/gf100.o
|
|
nvkm-y += nvkm/subdev/pmu/gf119.o
|
|
nvkm-y += nvkm/subdev/pmu/gk104.o
|
|
nvkm-y += nvkm/subdev/pmu/gk110.o
|
|
nvkm-y += nvkm/subdev/pmu/gk208.o
|
|
nvkm-y += nvkm/subdev/pmu/gk20a.o
|
|
nvkm-y += nvkm/subdev/pmu/gm107.o
|
|
nvkm-y += nvkm/subdev/pmu/gm20b.o
|
|
nvkm-y += nvkm/subdev/pmu/gp100.o
|
|
nvkm-y += nvkm/subdev/pmu/gp102.o
|