commit | d9bc84a808572451f95fb1dde80cb8d12be05665 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 20 20:25:30 2017 +0900 |
committer | Vineet Gupta <vgupta@synopsys.com> | Tue Oct 03 20:36:49 2017 -0700 |
tree | cbe6b31a07580ac2c162a155ee524d62f8679996 | |
parent | bd6d3588c834e3087ad0229ff0da651bbccf5e24 [diff] |
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>