public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] Build: Scripts/Makefile: Remove Repeated Lines
@ 2018-02-14  9:25 Progyan Bhattacharya
  2018-02-14 11:49 ` Stephen Rothwell
  0 siblings, 1 reply; 6+ messages in thread
From: Progyan Bhattacharya @ 2018-02-14  9:25 UTC (permalink / raw)
  To: linux-kernel, linux-next
  Cc: narmstrong, akpm, Arnd Bergmann, Daniel Golle, Joe Perches,
	Stephen Rothwell

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-15 17:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14  9:25 [PATCH] Build: Scripts/Makefile: Remove Repeated Lines Progyan Bhattacharya
2018-02-14 11:49 ` Stephen Rothwell
     [not found]   ` <CAGyWO1-9scERtpPw5CCwQcUbCU0SpcqpNq2eiBWRtwpRC-kB-A@mail.gmail.com>
2018-02-15  5:05     ` Stephen Rothwell
2018-02-15  5:24       ` Randy Dunlap
     [not found]         ` <CAGyWO1_tmrSB8WwyARGWXhYCz=SL-xqqU4d3Y0A1vqGWQ_8Trg@mail.gmail.com>
2018-02-15 17:52           ` Randy Dunlap
     [not found]     ` <CAGyWO1-356ncU=122yrqCoL96pCVfaqJwdFvkmqfot3fzVF6pg@mail.gmail.com>
2018-02-15  5:09       ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox