Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754068AbYAAHZv (ORCPT ); Tue, 1 Jan 2008 02:25:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750722AbYAAHZo (ORCPT ); Tue, 1 Jan 2008 02:25:44 -0500 Received: from po-out-1718.google.com ([72.14.252.157]:52303 "EHLO po-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751818AbYAAHZm (ORCPT ); Tue, 1 Jan 2008 02:25:42 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=trgHTyCbGtOEN0U/7sMhOdYtiPxdxbfMkifxsurE7qCvb4mclTO/a8pDPUfW/IV7931IaROp+nVE9swVw6cON24ZrWxkdbpTosqt9XBbJnLVTr6FGrBiX8lXQiLFD7rLuzDmYasonsIESCgBbdTdWJa4sos1r3VIEM0HvUM34hM= Date: Tue, 1 Jan 2008 15:25:55 +0800 From: WANG Cong To: Martin Schwidefsky Cc: LKML , Sam Ravnborg , linux-kbuild@vger.kernel.org, Andrew Morton , linux-s390@vger.kernel.org Subject: [Patch 3/8] S390: Remove 'TOPDIR' from Makefiles Message-ID: <20080101072555.GD2496@hacking> Reply-To: WANG Cong References: <20080101071311.GA2496@hacking> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080101071311.GA2496@hacking> User-Agent: Mutt/1.5.14 (2007-02-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 838 Lines: 25 TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all s390 Makefiles. Cc: Martin Schwidefsky Cc: Sam Ravnborg Signed-off-by: WANG Cong --- diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile index 56cb710..a753a71 100644 --- a/arch/s390/kernel/Makefile +++ b/arch/s390/kernel/Makefile @@ -34,4 +34,4 @@ obj-$(CONFIG_KEXEC) += $(S390_KEXEC_OBJS) # # This is just to get the dependencies... # -binfmt_elf32.o: $(TOPDIR)/fs/binfmt_elf.c +binfmt_elf32.o: $(objtree)/fs/binfmt_elf.c -- 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/