public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fallout from kbuild changes
@ 2007-07-20  1:01 Al Viro
  2007-07-20  6:40 ` Sam Ravnborg
  2007-07-20 14:09 ` Jeff Dike
  0 siblings, 2 replies; 5+ messages in thread
From: Al Viro @ 2007-07-20  1:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: jdike, sam, akpm, linux-kernel

	Change in 'kbuild: do section mismatch check on full vmlinux'
should've been replicated in arch/um/Makefile.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/arch/um/Makefile b/arch/um/Makefile
index 5d5ed72..989224f 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -146,7 +146,7 @@ define cmd_vmlinux__
 	-Wl,-T,$(vmlinux-lds) $(vmlinux-init) \
 	-Wl,--start-group $(vmlinux-main) -Wl,--end-group \
 	-lutil \
-	$(filter-out $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) \
+	$(filter-out $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) vmlinux.o \
 	FORCE ,$^) ; rm -f linux
 endef
 

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-07-20 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20  1:01 [PATCH] fallout from kbuild changes Al Viro
2007-07-20  6:40 ` Sam Ravnborg
2007-07-20  9:20   ` Al Viro
2007-07-20 11:36     ` Sam Ravnborg
2007-07-20 14:09 ` Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox