Re: [PATCH] drm/amdxcp: fix Makefile to build amdxcp module

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Acked-by: Alex Deucher <alexander.deucher@xxxxxxx>

On Tue, May 30, 2023 at 5:52 AM Bob Zhou <bob.zhou@xxxxxxx> wrote:
>
> 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@xxxxxxx>
> ---
>  drivers/gpu/drm/amd/amdxcp/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdxcp/Makefile b/drivers/gpu/drm/amd/amdxcp/Makefile
> index 5e1bd70748d4..870501a4bb8c 100644
> --- a/drivers/gpu/drm/amd/amdxcp/Makefile
> +++ b/drivers/gpu/drm/amd/amdxcp/Makefile
> @@ -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
> --
> 2.34.1
>




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux