Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756041AbYABJtX (ORCPT ); Wed, 2 Jan 2008 04:49:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753439AbYABJtO (ORCPT ); Wed, 2 Jan 2008 04:49:14 -0500 Received: from pasmtpb.tele.dk ([80.160.77.98]:46587 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752926AbYABJtN (ORCPT ); Wed, 2 Jan 2008 04:49:13 -0500 Date: Wed, 2 Jan 2008 10:49:13 +0100 From: Sam Ravnborg To: Martin Schwidefsky Cc: WANG Cong , LKML , linux-kbuild@vger.kernel.org, Andrew Morton , linux-s390@vger.kernel.org Subject: Re: (Try #3) [Patch 3/8] S390: Remove 'TOPDIR' from Makefile Message-ID: <20080102094913.GA7815@uranus.ravnborg.org> References: <20080101071311.GA2496@hacking> <20080101072555.GD2496@hacking> <20080101101720.GC28913@uranus.ravnborg.org> <20080101132739.GC2499@hacking> <20080101174214.GB31575@uranus.ravnborg.org> <20080102064219.GG2493@hacking> <1199266295.9147.1.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1199266295.9147.1.camel@localhost> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 935 Lines: 26 On Wed, Jan 02, 2008 at 10:31:35AM +0100, Martin Schwidefsky wrote: > On Wed, 2008-01-02 at 14:42 +0800, WANG Cong wrote: > > diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile > > index 56cb710..b3b650a 100644 > > --- a/arch/s390/kernel/Makefile > > +++ b/arch/s390/kernel/Makefile > > @@ -31,7 +31,3 @@ S390_KEXEC_OBJS := machine_kexec.o crash.o > > S390_KEXEC_OBJS += $(if > > $(CONFIG_64BIT),relocate_kernel64.o,relocate_kernel.o) > > obj-$(CONFIG_KEXEC) += $(S390_KEXEC_OBJS) > > > > -# > > -# This is just to get the dependencies... > > -# > > -binfmt_elf32.o: $(TOPDIR)/fs/binfmt_elf.c > > This one is correct. I'll add it to git390. Thanks Martin. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/