OSDN Git Service

drm/amdxcp: fix Makefile to build amdxcp module
authorBob Zhou <bob.zhou@amd.com>
Tue, 30 May 2023 06:48:02 +0000 (14:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 16:32:53 +0000 (12:32 -0400)
commit23ed8833f231a3ea36d1c352737ef6f1eadfc899
tree4711d88ac8d9e45fc76d314ecb1e61e53231ea91
parentb3a02e8b61c19a0380870c713bc704d7e4f9e0dd
drm/amdxcp: fix Makefile to build amdxcp module

After drm conduct amdgpu Makefile, amdgpu.ko has been created
and "amdgpu-y +=" in amdxcp Makefile isn't used.
So modify amdgpu-y to amdxcp-y and build amdxcp module.

Signed-off-by: Bob Zhou <bob.zhou@amd.com>
Reviewed-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdxcp/Makefile