Commit 23ed8833 authored by Bob Zhou's avatar Bob Zhou Committed by Alex Deucher

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: default avatarBob Zhou <bob.zhou@amd.com>
Reviewed-by: default avatarJames Zhu <James.Zhu@amd.com>
Reviewed-by: default avatarGuchun Chen <guchun.chen@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b3a02e8b
......@@ -20,6 +20,6 @@
# OTHER DEALINGS IN THE SOFTWARE.
#
amdgpu-y := amdgpu_xcp_drv.o
amdxcp-y := amdgpu_xcp_drv.o
obj-$(CONFIG_DRM_AMDGPU) += amdgpu_xcp_drv.o
obj-$(CONFIG_DRM_AMDGPU) += amdxcp.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment