drm/amd/display: remove DML Makefile duplicate lines
authorMagali Lemes <magalilemes00@gmail.com>
Tue, 2 Aug 2022 12:04:06 +0000 (09:04 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Aug 2022 18:57:36 +0000 (14:57 -0400)
commit41ead3e0cdc03d64b7da2dcb1fd70ebb7164228b
treefee4e16046ba4622a177a12a10757884ea156456
parent5822b8acb869caac72c3ddf149d463177aa28fd4
drm/amd/display: remove DML Makefile duplicate lines

There are two identical CFLAGS entries for "display_mode_vba_20.o", so
remove one of them. Also, as there's already an entry for
"display_mode_lib.o" CFLAGS, regardless of CONFIG_DRM_AMD_DC_DCN being
defined or not, remove the one entry between CONFIG_DRM_AMD_DC_DCN ifdef
guards.

Signed-off-by: Magali Lemes <magalilemes00@gmail.com>
Reviewed-by: André Almeida <andrealmeid@igalia.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/Makefile