mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 08:13:56 -04:00
[why] Rename hw_sequencer to hwseq. Move all hwseq files to unique folder hwss. [how] creating hwss repo in dc, and moved the dcnxx_hwseq.c and .h files into corresponding new folders inside the hwss and cleared the linkage errors by adding relative paths in the Makefile.template. Reviewed-by: Martin Leung <martin.leung@amd.com> Acked-by: Tom Chung <chiahsuan.chung@amd.com> Signed-off-by: Mounika Adhuri <moadhuri@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
11 lines
262 B
Makefile
11 lines
262 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Makefile for DCN21.
|
|
|
|
DCN21 = dcn21_init.o dcn21_hubp.o dcn21_hubbub.o dcn21_resource.o \
|
|
dcn21_link_encoder.o dcn21_dccg.o
|
|
|
|
AMD_DAL_DCN21 = $(addprefix $(AMDDALPATH)/dc/dcn21/,$(DCN21))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN21)
|