mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 11:32:28 -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>
13 lines
253 B
Makefile
13 lines
253 B
Makefile
#
|
|
# (c) Copyright 2020 Advanced Micro Devices, Inc. All the rights reserved
|
|
#
|
|
# Authors: AMD
|
|
#
|
|
# Makefile for dcn302.
|
|
|
|
DCN3_02 = dcn302_init.o
|
|
|
|
AMD_DAL_DCN3_02 = $(addprefix $(AMDDALPATH)/dc/dcn302/,$(DCN3_02))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN3_02)
|