[PATCH] make clean should remove usr/initramfs_data.S
authorMikael Pettersson <mikpe@csd.uu.se>
Thu, 17 Jul 2003 02:55:59 +0000 (19:55 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 17 Jul 2003 02:55:59 +0000 (19:55 -0700)
The kernel build leaves a temp file in linux/usr/ that make clean
doesn't remove.  Fixed in the patch below.

usr/Makefile

index 7427945..5c1de8c 100644 (file)
@@ -3,7 +3,7 @@ obj-y := initramfs_data.o
 
 host-progs  := gen_init_cpio
 
-clean-files := initramfs_data.cpio.gz
+clean-files := initramfs_data.cpio.gz initramfs_data.S
 
 $(src)/initramfs_data.S: $(obj)/initramfs_data.cpio.gz
        echo "  .section .init.ramfs,\"a\"" > $(src)/initramfs_data.S