From patchwork Fri Dec 13 02:37:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 3337051 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4D096C0D4A for ; Fri, 13 Dec 2013 02:38:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7920B207D1 for ; Fri, 13 Dec 2013 02:38:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 22610201F9 for ; Fri, 13 Dec 2013 02:38:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751856Ab3LMCia (ORCPT ); Thu, 12 Dec 2013 21:38:30 -0500 Received: from smtp.mei.co.jp ([133.183.100.20]:46354 "EHLO smtp.mei.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752255Ab3LMCi2 (ORCPT ); Thu, 12 Dec 2013 21:38:28 -0500 Received: from mail-gw.jp.panasonic.com ([157.8.1.157]) by smtp.mei.co.jp (8.12.11.20060614/3.7W/kc-maile13) with ESMTP id rBD2cQ1B019346 for ; Fri, 13 Dec 2013 11:38:26 +0900 (JST) Received: from epochmail.jp.panasonic.com ([157.8.1.130]) by mail.jp.panasonic.com (8.11.6p2/3.7W/kc-maili17) with ESMTP id rBD2cQ314445 for ; Fri, 13 Dec 2013 11:38:26 +0900 Received: by epochmail.jp.panasonic.com (8.12.11.20060308/3.7W/lomi11) id rBD2cQFi020917; Fri, 13 Dec 2013 11:38:26 +0900 Received: from poodle by lomi11.jp.panasonic.com (8.12.11.20060308/3.7W) with ESMTP id rBD2cQU1020874; Fri, 13 Dec 2013 11:38:26 +0900 Received: from beagle.diag.org (beagle.diag.org [10.184.179.16]) by poodle (Postfix) with ESMTP id F0A922740043; Fri, 13 Dec 2013 11:38:25 +0900 (JST) From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Masahiro Yamada Subject: [PATCH] arm, kbuild: Do not define "comma" twice Date: Fri, 13 Dec 2013 11:37:13 +0900 Message-Id: <1386902233-6280-1-git-send-email-yamada.m@jp.panasonic.com> X-Mailer: git-send-email 1.8.3.2 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP We have the definition of "comma" in scripts/Kbuild.include. We should not double it. Signed-off-by: Masahiro Yamada --- arch/arm/Makefile | 2 -- arch/arm64/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index db50b62..60351d2 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -53,8 +53,6 @@ AS += -EL LD += -EL endif -comma = , - # This selects which instruction set is used. # Note that GCC does not numerically define an architecture version # macro, but instead defines a whole series of macros which makes diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index d90cf79..75c5527 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -24,8 +24,6 @@ KBUILD_CPPFLAGS += -mlittle-endian AS += -EL LD += -EL -comma = , - CHECKFLAGS += -D__aarch64__ # Default value