lkml.org 
[lkml]   [2018]   [Feb]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Build: Scripts/Makefile: Remove Repeated Lines
Date
Last two lines of code was repreated and was causing build error.

Signed-off-by: Progyan Bhattacharya <progyanb@acm.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Daniel Golle <daniel@makrotopia.org>
Cc: Joe Perches <joe@perches.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
---
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
\
 
 \ /
  Last update: 2018-02-14 10:26    [W:0.063 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site