From patchwork Fri Jan 14 14:12:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: matt mooney X-Patchwork-Id: 479311 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0EEMIYY004807 for ; Fri, 14 Jan 2011 14:22:18 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757211Ab1ANOV5 (ORCPT ); Fri, 14 Jan 2011 09:21:57 -0500 Received: from qmta02.emeryville.ca.mail.comcast.net ([76.96.30.24]:54725 "EHLO qmta02.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757511Ab1ANOTL (ORCPT ); Fri, 14 Jan 2011 09:19:11 -0500 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 14 Jan 2011 14:22:18 +0000 (UTC) X-Greylist: delayed 340 seconds by postgrey-1.27 at vger.kernel.org; Fri, 14 Jan 2011 09:18:59 EST Received: from omta19.emeryville.ca.mail.comcast.net ([76.96.30.76]) by qmta02.emeryville.ca.mail.comcast.net with comcast id vRNB1f0061eYJf8A2SDVtV; Fri, 14 Jan 2011 14:13:29 +0000 Received: from haskell.muteddisk.com ([98.239.78.58]) by omta19.emeryville.ca.mail.comcast.net with comcast id vSDV1f0051FUwZe01SDV7U; Fri, 14 Jan 2011 14:13:29 +0000 Received: by haskell.muteddisk.com (Postfix, from userid 1000) id 4B80A412AD; Fri, 14 Jan 2011 06:13:29 -0800 (PST) From: matt mooney To: Michal Marek Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RESEND PATCH 11/27] xtensa: change to new flag variable Date: Fri, 14 Jan 2011 06:12:34 -0800 Message-Id: <9e01720a9d8455b3ddd7a84465ed8ef700d0e857.1295006565.git.mfm@muteddisk.com> X-Mailer: git-send-email 1.6.4.2 In-Reply-To: References: Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org diff --git a/arch/xtensa/boot/Makefile b/arch/xtensa/boot/Makefile index 8657c62..068f143 100644 --- a/arch/xtensa/boot/Makefile +++ b/arch/xtensa/boot/Makefile @@ -14,7 +14,7 @@ HOSTFLAGS += -Iarch/$(ARCH)/boot/include BIG_ENDIAN := $(shell echo -e __XTENSA_EB__ | $(CC) -E - | grep -v "\#") -export EXTRA_CFLAGS +export ccflags-y export BIG_ENDIAN subdir-y := lib diff --git a/arch/xtensa/boot/lib/Makefile b/arch/xtensa/boot/lib/Makefile index d3d2aa2..ad8952e 100644 --- a/arch/xtensa/boot/lib/Makefile +++ b/arch/xtensa/boot/lib/Makefile @@ -6,7 +6,7 @@ zlib := inffast.c inflate.c inftrees.c lib-y += $(zlib:.c=.o) zmem.o -EXTRA_CFLAGS += -Ilib/zlib_inflate +ccflags-y := -Ilib/zlib_inflate quiet_cmd_copy_zlib = COPY $@ cmd_copy_zlib = cat $< > $@