From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757267AbZEHHn1 (ORCPT ); Fri, 8 May 2009 03:43:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754032AbZEHHnS (ORCPT ); Fri, 8 May 2009 03:43:18 -0400 Received: from pfepa.post.tele.dk ([195.41.46.235]:49934 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753732AbZEHHnS (ORCPT ); Fri, 8 May 2009 03:43:18 -0400 Date: Fri, 8 May 2009 09:45:27 +0200 From: Sam Ravnborg To: "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org, vgoyal@redhat.com, hbabu@us.ibm.com, kexec@lists.infradead.org, ying.huang@intel.com, mingo@elte.hu, tglx@linutronix.de, ebiederm@xmission.com, "H. Peter Anvin" Subject: Re: [PATCH 07/14] x86, boot: simplify arch/x86/boot/compressed/Makefile Message-ID: <20090508074527.GE12808@uranus.ravnborg.org> References: <1241735222-6640-1-git-send-email-hpa@linux.intel.com> <1241735222-6640-8-git-send-email-hpa@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1241735222-6640-8-git-send-email-hpa@linux.intel.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 07, 2009 at 03:26:55PM -0700, H. Peter Anvin wrote: > From: H. Peter Anvin > > Simplify the arch/x86/boot/compressed/Makefile, by using the new > capability of specifying multiple inputs to a compressor, and the > CONFIG_X86_NEED_RELOCS Kconfig symbol. > > Signed-off-by: H. Peter Anvin > Cc: Sam Ravnborg Acked-by: Sam Ravnborg Very nice cleanup!