diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2006-11-28 12:31:53 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 20:41:51 +1100 |
commit | dc0f80aa6a6c128cf90adefb5b7deddfb56d937b (patch) | |
tree | 1f285d9fdf2dc166feb0323d4eaf5b4b74983b53 /arch/powerpc | |
parent | 4468f01dc7cfd1998845cd66a0cdb1f3ef9740f0 (diff) | |
download | linux-stable-dc0f80aa6a6c128cf90adefb5b7deddfb56d937b.tar.gz linux-stable-dc0f80aa6a6c128cf90adefb5b7deddfb56d937b.tar.bz2 linux-stable-dc0f80aa6a6c128cf90adefb5b7deddfb56d937b.zip |
[POWERPC] Clean images in arch/powerpc/boot
Add a rule to clean up the various generated image files in
arch/powerpc/boot.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index b320562c03b7..4a831ae95a91 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -179,3 +179,4 @@ install: $(CONFIGURE) $(image-y) clean-files += $(addprefix $(objtree)/, $(obj-boot) vmlinux.strip.gz) clean-files += $(addprefix $(objtree)/, $(obj-boot) vmlinux.bin.gz) +clean-files += $(image-) |