[PATCH] arc: remove redundant UTS_MACHINE define in arch/arc/Makefile

2017-09-20 Thread Masahiro Yamada
The top-level Makefile sets the default of UTS_MACHINE to $(ARCH). If ARCH and UTS_MACHINE match, arch/$(ARCH)/Makefile need not specify UTS_MACHINE explicitly. Signed-off-by: Masahiro Yamada --- arch/arc/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arc/Makefile b/arch/ar

Re: [PATCH] arc: remove redundant UTS_MACHINE define in arch/arc/Makefile

2017-09-20 Thread Vineet Gupta
On 09/20/2017 04:25 AM, Masahiro Yamada wrote: The top-level Makefile sets the default of UTS_MACHINE to $(ARCH). If ARCH and UTS_MACHINE match, arch/$(ARCH)/Makefile need not specify UTS_MACHINE explicitly. Signed-off-by: Masahiro Yamada Thx Masahiro san ! Applied to for-curr ! -Vineet