mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -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>
18 lines
514 B
Makefile
18 lines
514 B
Makefile
#
|
|
# (c) Copyright 2020 Advanced Micro Devices, Inc. All the rights reserved
|
|
#
|
|
# All rights reserved. This notice is intended as a precaution against
|
|
# inadvertent publication and does not imply publication or any waiver
|
|
# of confidentiality. The year included in the foregoing notice is the
|
|
# year of creation of the work.
|
|
#
|
|
# Authors: AMD
|
|
#
|
|
# Makefile for dcn321.
|
|
|
|
DCN321 = dcn321_dio_link_encoder.o
|
|
|
|
AMD_DAL_DCN321 = $(addprefix $(AMDDALPATH)/dc/dcn321/,$(DCN321))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN321)
|