]> 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)
commite5bb55e9be1a1c79e83ee9d9eb09b3e73d02bb4a
treecbe6b31a07580ac2c162a155ee524d62f8679996
parenta2ddb77ec6f7aa4690f67a6b35d81420c2a38dc6
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