From d4e9c97173b080ec0e5b5d2398ceefcca08e9bca Mon Sep 17 00:00:00 2001 From: Huaqi Fang Date: Thu, 15 Jun 2017 04:21:56 -0400 Subject: [PATCH] arc: Remove unused backslash in makefile of arc em9d Signed-off-by: Huaqi Fang --- arch/arc/soc/em9d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arc/soc/em9d/Makefile b/arch/arc/soc/em9d/Makefile index d8c32ec108c..cb100fab4a3 100644 --- a/arch/arc/soc/em9d/Makefile +++ b/arch/arc/soc/em9d/Makefile @@ -3,12 +3,12 @@ KBUILD_CFLAGS += -mcpu=em4_fpus soc-cflags += $(call cc-option,-mcpu=em4_fpus -mno-sdata) \ $(call cc-option,-mdiv-rem -mswap -mnorm) \ - $(call cc-option,-mmpy-option=6 -mbarrel-shifter) \ + $(call cc-option,-mmpy-option=6 -mbarrel-shifter) ifeq ($(CONFIG_CODE_DENSITY), y) soc-cflags += $(call cc-option,-mcode-density) endif ifeq ($(CONFIG_FLOAT), y) -soc-cflags += $(call cc-option,-mfpu=fpus_all) +soc-cflags += $(call cc-option,-mfpu=fpus_all) endif