Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: clean files in arch/arm/boot/compressed/
@ 2010-07-27  9:29 Magnus Damm
  2010-07-27 11:37 ` Russell King - ARM Linux
  0 siblings, 1 reply; 3+ messages in thread
From: Magnus Damm @ 2010-07-27  9:29 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Update the compressed boot Makefile for ARM to
remove files during clean.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Perhaps there is a better way to do this?

 arch/arm/boot/compressed/Makefile |    3 +++
 1 file changed, 3 insertions(+)

--- 0001/arch/arm/boot/compressed/Makefile
+++ work/arch/arm/boot/compressed/Makefile	2010-07-27 18:18:19.000000000 +0900
@@ -67,6 +67,9 @@ targets       := vmlinux vmlinux.lds \
 		 piggy.$(suffix_y) piggy.$(suffix_y).o \
 		 font.o font.c head.o misc.o $(OBJS)
 
+# Make sure files are removed during clean
+extra-y       += piggy.gzip piggy.lzo piggy.lzma lib1funcs.S
+
 ifeq ($(CONFIG_FUNCTION_TRACER),y)
 ORIG_CFLAGS := $(KBUILD_CFLAGS)
 KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))

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

end of thread, other threads:[~2010-08-03  5:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27  9:29 [PATCH] ARM: clean files in arch/arm/boot/compressed/ Magnus Damm
2010-07-27 11:37 ` Russell King - ARM Linux
2010-08-03  5:07   ` Magnus Damm

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