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

[why] cleaning up the code refactor requires hubp to be in its own component. [how] move all files under newly created hubp folder and fixing the makefiles. Reviewed-by: Martin Leung <martin.leung@amd.com> Acked-by: Tom Chung <chiahsuan.chung@amd.com> Signed-off-by: Bhuvana Chandra Pinninti <bhuvanachandra.pinninti@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
10 lines
273 B
Makefile
10 lines
273 B
Makefile
# SPDX-License-Identifier: MIT
|
|
# Copyright © 2021-2024 Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
DCN201 = dcn201_mpc.o dcn201_opp.o \
|
|
dcn201_link_encoder.o
|
|
|
|
AMD_DAL_DCN201 = $(addprefix $(AMDDALPATH)/dc/dcn201/,$(DCN201))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN201)
|