mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -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
278 B
Makefile
11 lines
278 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Makefile for DCN.
|
|
DCN201 = 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)
|