From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: [PATCH 1/4] kbuild: drop unused KBUILD_VMLINUX_OBJS from top-level Makefile Date: Sat, 28 Apr 2012 22:58:02 +0200 Message-ID: <20120428205802.GA7442@merkur.ravnborg.org> References: <20120428205651.GA7426@merkur.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.snhosting.dk ([87.238.248.203]:19388 "EHLO smtp.domainteam.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754540Ab2D1U6D (ORCPT ); Sat, 28 Apr 2012 16:58:03 -0400 Content-Disposition: inline In-Reply-To: <20120428205651.GA7426@merkur.ravnborg.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux arch , lkml , linux-kbuild , Michal Marek Cc: Richard Weinberger , "David S. Miller" , Arnaud Lacombe , Andi Kleen >From a5fa412754aef31d590f805049fd8e25857b1802 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Mon, 23 Apr 2012 18:52:39 +0200 Subject: [PATCH 1/4] kbuild: drop unused KBUILD_VMLINUX_OBJS from top-level Makefile Signed-off-by: Sam Ravnborg --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f6578f4..287aee4 100644 --- a/Makefile +++ b/Makefile @@ -758,7 +758,6 @@ vmlinux-init := $(head-y) $(init-y) vmlinux-main := $(core-y) $(libs-y) $(drivers-y) $(net-y) vmlinux-all := $(vmlinux-init) $(vmlinux-main) vmlinux-lds := arch/$(SRCARCH)/kernel/vmlinux.lds -export KBUILD_VMLINUX_OBJS := $(vmlinux-all) # Rule to link vmlinux - also used during CONFIG_KALLSYMS # May be overridden by arch/$(ARCH)/Makefile -- 1.7.10