mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 00:33:58 -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>
12 lines
327 B
Makefile
12 lines
327 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Makefile for DCN.
|
|
DCN201 = dcn201_init.o dcn201_resource.o \
|
|
dcn201_hubbub.o\
|
|
dcn201_mpc.o dcn201_hubp.o dcn201_opp.o dcn201_optc.o dcn201_dpp.o \
|
|
dcn201_dccg.o dcn201_link_encoder.o
|
|
|
|
AMD_DAL_DCN201 = $(addprefix $(AMDDALPATH)/dc/dcn201/,$(DCN201))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN201)
|