]> git.baikalelectronics.ru Git - kernel.git/commit
arc: remove redundant UTS_MACHINE define in arch/arc/Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 20 Sep 2017 11:25:30 +0000 (20:25 +0900)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 4 Oct 2017 03:36:49 +0000 (20:36 -0700)
commit712d0b6b4df9498def28385e0f0985db842dc64f
treecbe6b31a07580ac2c162a155ee524d62f8679996
parentef23f876643400bf713a4e884bbd8e3717c76641
arc: remove redundant UTS_MACHINE define in arch/arc/Makefile

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 <yamada.masahiro@socionext.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Makefile