mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 21:12:29 -04:00
[why] Refactor the code of dio to unit test. [how] Moved files to respective folders and changed cMakeLists and makefiles. Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Signed-off-by: Jerry Zuo <jerry.zuo@amd.com> Signed-off-by: Bhuvanachandra Pinninti <bpinnint@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
14 lines
358 B
Makefile
14 lines
358 B
Makefile
# SPDX-License-Identifier: MIT
|
|
# Copyright © 2024 Advanced Micro Devices, Inc. All rights reserved.
|
|
#
|
|
#
|
|
# Makefile for dcn31.
|
|
|
|
DCN31 = dcn31_panel_cntl.o \
|
|
dcn31_apg.o dcn31_hpo_dp_stream_encoder.o dcn31_hpo_dp_link_encoder.o \
|
|
dcn31_afmt.o dcn31_vpg.o
|
|
|
|
AMD_DAL_DCN31 = $(addprefix $(AMDDALPATH)/dc/dcn31/,$(DCN31))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN31)
|