All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i386: CONFIG_RELOCATABLE clean fix
@ 2006-08-08  8:24 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2006-08-08  8:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Magnus Damm, fastboot, ebiederm

i386: CONFIG_RELOCATABLE clean fix

vmlinux.bin.all and vmlinux.relocs should be removed by the clean rule.

Signed-off-by: Magnus Damm <magnus@valinux.co.jp>
---

 This patch applies on top of Eric W. Biedermans CONFIG_RELOCATABLE tree

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- 0001/arch/i386/boot/compressed/Makefile
+++ work/arch/i386/boot/compressed/Makefile	2006-08-07 12:47:00.000000000 +0900
@@ -4,7 +4,8 @@
 # create a compressed vmlinux image from the original vmlinux
 #
 
-targets		:= vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
+targets		:= vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o \
+		   vmlinux.bin.all vmlinux.relocs
 EXTRA_AFLAGS	:= -traditional
 
 LDFLAGS_vmlinux := -T

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-08  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-08  8:24 [PATCH] i386: CONFIG_RELOCATABLE clean fix Magnus Damm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.