mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-27 08:14:35 +08:00
b0f84a84ff
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>
6 lines
165 B
Makefile
6 lines
165 B
Makefile
# SPDX-License-Identifier: MIT
|
|
include $(src)/nvkm/core/Kbuild
|
|
include $(src)/nvkm/falcon/Kbuild
|
|
include $(src)/nvkm/subdev/Kbuild
|
|
include $(src)/nvkm/engine/Kbuild
|