[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-fc0ce23506d943b9eaa731a051769d0e0605eb03@git.kernel.org>
Date: Thu, 20 Aug 2009 23:13:00 GMT
From: tip-bot for Jan Beulich <JBeulich@...ell.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
jbeulich@...ell.com, JBeulich@...ell.com, tglx@...utronix.de
Subject: [tip:x86/urgent] x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile
Commit-ID: fc0ce23506d943b9eaa731a051769d0e0605eb03
Gitweb: http://git.kernel.org/tip/fc0ce23506d943b9eaa731a051769d0e0605eb03
Author: Jan Beulich <JBeulich@...ell.com>
AuthorDate: Thu, 20 Aug 2009 16:14:15 +0100
Committer: H. Peter Anvin <hpa@...or.com>
CommitDate: Thu, 20 Aug 2009 16:08:58 -0700
x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile
The absence of vmlinux.lds here keeps .vmlinux.lds.cmd from being
included, which in turn leads to it and all its dependents always
getting rebuilt independent of whether they are already up-to-date.
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
LKML-Reference: <4A8D84670200007800010D31@....id2.novell.com>
Signed-off-by: H. Peter Anvin <hpa@...or.com>
---
arch/x86/boot/compressed/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile
index e2ff504..f8ed065 100644
--- a/arch/x86/boot/compressed/Makefile
+++ b/arch/x86/boot/compressed/Makefile
@@ -4,7 +4,7 @@
# create a compressed vmlinux image from the original vmlinux
#
-targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma head_$(BITS).o misc.o piggy.o
+targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma head_$(BITS).o misc.o piggy.o
KBUILD_CFLAGS := -m$(BITS) -D__KERNEL__ $(LINUX_INCLUDE) -O2
KBUILD_CFLAGS += -fno-strict-aliasing -fPIC
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists