mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 10:32:25 -04:00
[WHY] Move all resource files to unique folder resource. [HOW] Created resource folder in dc, moved the dcnxx_resource.c and dcnxx_resource.h files into corresponding new folders inside the resource and made appropriate changes for compilation in Makefiles. Reviewed-by: Martin Leung <martin.leung@amd.com> Acked-by: Alex Hung <alex.hung@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
245 B
Makefile
11 lines
245 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Makefile for DCN21.
|
|
|
|
DCN21 = dcn21_init.o dcn21_hubp.o dcn21_hubbub.o \
|
|
dcn21_link_encoder.o dcn21_dccg.o
|
|
|
|
AMD_DAL_DCN21 = $(addprefix $(AMDDALPATH)/dc/dcn21/,$(DCN21))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN21)
|