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

[Why] To refactor HPO files [How] Moved hpo related files to specific hpo folder and update Makefiles. Reviewed-by: Martin Leung <martin.leung@amd.com> Signed-off-by: Revalla Hari Krishna <harikrishna.revalla@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
14 lines
300 B
Makefile
14 lines
300 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_afmt.o dcn31_vpg.o
|
|
|
|
AMD_DAL_DCN31 = $(addprefix $(AMDDALPATH)/dc/dcn31/,$(DCN31))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN31)
|