mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 10:32:25 -04:00
[WHY] Clean up the code that requires dccg to be in its own component. [HOW] Move all files under newly created dccg dir and fix the makefiles. Acked-by: Alex Hung <alex.hung@amd.com> Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Revalla Hari Krishna <Harikrishna.Revalla@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
14 lines
328 B
Makefile
14 lines
328 B
Makefile
#
|
|
# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved.
|
|
#
|
|
|
|
DCN401 += dcn401_dio_link_encoder.o
|
|
DCN401 += dcn401_dio_stream_encoder.o
|
|
DCN401 += dcn401_hubp.o
|
|
DCN401 += dcn401_mpc.o
|
|
DCN401 += dcn401_hubbub.o
|
|
|
|
AMD_DAL_DCN401 = $(addprefix $(AMDDALPATH)/dc/dcn401/,$(DCN401))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN401)
|