mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 23:34:00 -04: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)
|