mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 20:35:24 +07: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>
13 lines
361 B
Makefile
13 lines
361 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nouveau-y += dispnv04/arb.o
|
|
nouveau-y += dispnv04/crtc.o
|
|
nouveau-y += dispnv04/cursor.o
|
|
nouveau-y += dispnv04/dac.o
|
|
nouveau-y += dispnv04/dfp.o
|
|
nouveau-y += dispnv04/disp.o
|
|
nouveau-y += dispnv04/hw.o
|
|
nouveau-y += dispnv04/overlay.o
|
|
nouveau-y += dispnv04/tvmodesnv17.o
|
|
nouveau-y += dispnv04/tvnv04.o
|
|
nouveau-y += dispnv04/tvnv17.o
|