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>
13 lines
370 B
Makefile
13 lines
370 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Makefile for DCN.
|
|
|
|
DCN20 = dcn20_dpp.o dcn20_dpp_cm.o dcn20_hubp.o \
|
|
dcn20_mpc.o dcn20_opp.o dcn20_hubbub.o dcn20_mmhubbub.o \
|
|
dcn20_stream_encoder.o dcn20_link_encoder.o dcn20_dccg.o \
|
|
dcn20_vmid.o dcn20_dwb.o dcn20_dwb_scl.o
|
|
|
|
AMD_DAL_DCN20 = $(addprefix $(AMDDALPATH)/dc/dcn20/,$(DCN20))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN20)
|