mirror of
https://github.com/torvalds/linux.git
synced 2026-04-29 20:12:38 -04:00
[why] Move all optc files to unique folder optc. [how] creating optc repo in dc, and moved the dcnxx_optc.c and .h files into corresponding new folders inside the optc and cleared the linkage errors by adding relative paths in the Makefile.template. Reviewed-by: Martin Leung <martin.leung@amd.com> Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Parandhaman K <parandhaman.k@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 lines
295 B
Makefile
12 lines
295 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Makefile for DCN.
|
|
DCN201 = dcn201_init.o \
|
|
dcn201_hubbub.o\
|
|
dcn201_mpc.o dcn201_hubp.o dcn201_opp.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)
|