[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180214092558.5846-1-progyanb@acm.org>
Date: Wed, 14 Feb 2018 14:55:58 +0530
From: Progyan Bhattacharya <bprogyan@...il.com>
To: linux-kernel@...r.kernel.org, linux-next@...r.kernel.org
Cc: narmstrong@...libre.com, akpm@...ux-foundation.org,
Arnd Bergmann <arnd@...db.de>,
Daniel Golle <daniel@...rotopia.org>,
Joe Perches <joe@...ches.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines
Last two lines of code was repreated and was causing build error.
Signed-off-by: Progyan Bhattacharya <progyanb@....org>
Cc: Arnd Bergmann <arnd@...db.de>
Cc: Daniel Golle <daniel@...rotopia.org>
Cc: Joe Perches <joe@...ches.com>
Cc: Neil Armstrong <narmstrong@...libre.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: Stephen Rothwell <sfr@...b.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
Powered by blists - more mailing lists