mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-09 08:31:17 +00:00

Moved files to respective folders to improve DIO code. Signed-off-by: Bhuvanachandra Pinninti <bpinnint@amd.com> Reviewed-by: Martin Leung <martin.leung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
11 lines
261 B
Makefile
11 lines
261 B
Makefile
# SPDX-License-Identifier: MIT
|
|
# Copyright © 2024 Advanced Micro Devices, Inc. All rights reserved.
|
|
#
|
|
# Makefile for dcn30.
|
|
|
|
DCN301 = dcn301_panel_cntl.o
|
|
|
|
AMD_DAL_DCN301 = $(addprefix $(AMDDALPATH)/dc/dcn301/,$(DCN301))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN301)
|