Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751882AbdITL0i (ORCPT ); Wed, 20 Sep 2017 07:26:38 -0400 Received: from conuserg-10.nifty.com ([210.131.2.77]:50345 "EHLO conuserg-10.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751813AbdITL0f (ORCPT ); Wed, 20 Sep 2017 07:26:35 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v8KBPZ8o009131 X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: Vineet Gupta , linux-snps-arc@lists.infradead.org Cc: Alexey Brodkin , Masahiro Yamada , linux-kernel@vger.kernel.org Subject: [PATCH] arc: remove redundant UTS_MACHINE define in arch/arc/Makefile Date: Wed, 20 Sep 2017 20:25:30 +0900 Message-Id: <1505906730-21904-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 603 Lines: 26 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/arc/Makefile index 3a4b52b..d37f49d 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile @@ -6,8 +6,6 @@ # published by the Free Software Foundation. # -UTS_MACHINE := arc - ifeq ($(CROSS_COMPILE),) ifndef CONFIG_CPU_BIG_ENDIAN CROSS_COMPILE := arc-linux- -- 2.7.4