[PATCH] Build: Scripts/Makefile: Remove Repeated Lines

From: Progyan Bhattacharya
Date: Wed Feb 14 2018 - 04:26:13 EST


Last two lines of code was repreated and was causing build error.

Signed-off-by: Progyan Bhattacharya <progyanb@xxxxxxx>
Cc: Arnd Bergmann <arnd@xxxxxxxx>
Cc: Daniel Golle <daniel@xxxxxxxxxxxxxx>
Cc: Joe Perches <joe@xxxxxxxxxxx>
Cc: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
---
scripts/Makefile.kasan | 4 ----
1 file changed, 4 deletions(-)

diff --git a/scripts/Makefile.kasan b/scripts/Makefile.kasan
index b7b9ecef44cc..69552a39951d 100644
--- a/scripts/Makefile.kasan
+++ b/scripts/Makefile.kasan
@@ -45,7 +45,3 @@ endif
CFLAGS_KASAN_NOSANITIZE := -fno-builtin

endif
-
-CFLAGS_KASAN_NOSANITIZE := -fno-builtin
-
-endif
--
2.16.1