diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2019-12-11 18:09:03 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-12-11 23:22:08 +0300 |
commit | ad808910be68dcf8da5d837d4511d00ad5d3678a (patch) | |
tree | fd59a28a9f9946f5fe1e6fa2b937730b6235fb7f /drivers/gpu/drm/amd/display/dc/dcn21/Makefile | |
parent | 93b09a9a892ba07bd99132d9bb6318e31c7f2f79 (diff) | |
download | linux-ad808910be68dcf8da5d837d4511d00ad5d3678a.tar.xz |
drm/amdgpu: fix license on Kconfig and Makefiles
amdgpu is MIT licensed.
Fixes: ec8f24b7faaf3d ("treewide: Add SPDX license identifier - Makefile/Kconfig")
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn21/Makefile')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn21/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn21/Makefile b/drivers/gpu/drm/amd/display/dc/dcn21/Makefile index cb839b0adb9c..f8fb37278717 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn21/Makefile +++ b/drivers/gpu/drm/amd/display/dc/dcn21/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: MIT # # Makefile for DCN21. |