mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 15:24:02 -04:00
We already isolated the DCN302 code in the DML folder, but we forgot to drop the FPU flags from the Makefile. This commit drops those flags. Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
13 lines
286 B
Makefile
13 lines
286 B
Makefile
#
|
|
# (c) Copyright 2020 Advanced Micro Devices, Inc. All the rights reserved
|
|
#
|
|
# Authors: AMD
|
|
#
|
|
# Makefile for dcn302.
|
|
|
|
DCN3_02 = dcn302_init.o dcn302_hwseq.o dcn302_resource.o
|
|
|
|
AMD_DAL_DCN3_02 = $(addprefix $(AMDDALPATH)/dc/dcn302/,$(DCN3_02))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN3_02)
|