mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 04:22:32 -04:00
[why] cleaning up the code refactor requires hubbub to be in its own component. [how] Move all files under newly created hubbub folder and fix the makefiles. Reviewed-by: Martin Leung <martin.leung@amd.com> Acked-by: Wayne Lin <wayne.lin@amd.com> Signed-off-by: Revalla Hari Krishna <harikrishna.revalla@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
11 lines
217 B
Makefile
11 lines
217 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Makefile for DCN21.
|
|
|
|
DCN21 = dcn21_hubp.o \
|
|
dcn21_link_encoder.o dcn21_dccg.o
|
|
|
|
AMD_DAL_DCN21 = $(addprefix $(AMDDALPATH)/dc/dcn21/,$(DCN21))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN21)
|