mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 23:34:00 -04:00
[why] Move all init files to hwss folder. [how] moved the dcnxx_init.c and .h files into inside the hwss and cleared the linkage errors. Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Martin Leung <martin.leung@amd.com> Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Signed-off-by: Revalla <hrevalla@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
11 lines
232 B
Makefile
11 lines
232 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Makefile for DCN21.
|
|
|
|
DCN21 = 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)
|