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)
commitd9bc84a808572451f95fb1dde80cb8d12be05665
treecbe6b31a07580ac2c162a155ee524d62f8679996
parentbd6d3588c834e3087ad0229ff0da651bbccf5e24
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