Commit 7fa4fcba authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher

drm/amd/display: Don't guard x86 in Makefile

make-kpkg doesn't seem to like it
Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
Reviewed-by: default avatarAndrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4c92c92d
......@@ -3,11 +3,9 @@
# It calculates Bandwidth and Watermarks values for HW programming
#
ifeq ($(ARCH),x86)
CFLAGS_dcn_calcs.o := -mhard-float -msse -mpreferred-stack-boundary=4
CFLAGS_dcn_calc_auto.o := -mhard-float -msse -mpreferred-stack-boundary=4
CFLAGS_dcn_calc_math.o := -mhard-float -msse -mpreferred-stack-boundary=4
endif
BW_CALCS = dce_calcs.o bw_fixed.o custom_float.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment