diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2009-05-14 20:23:09 +0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-05-14 20:23:09 +0400 |
commit | be687518781f5aed86bcc152023b9fcb4d5c6b50 (patch) | |
tree | 589a8cc93a5c99948791089bed2eb90710e3b616 /arch/powerpc/boot/Makefile | |
parent | 2e15eedffaae555085071c68cb94b9eeed2245be (diff) | |
download | linux-be687518781f5aed86bcc152023b9fcb4d5c6b50.tar.xz |
powerpc/boot: add simpleImage.* to clean-files list
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 4458abb67c51..bff7f127ce1b 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -367,7 +367,7 @@ install: $(CONFIGURE) $(addprefix $(obj)/, $(image-y)) clean-files += $(image-) $(initrd-) cuImage.* dtbImage.* treeImage.* \ zImage zImage.initrd zImage.chrp zImage.coff zImage.holly \ zImage.iseries zImage.miboot zImage.pmac zImage.pseries \ - otheros.bld *.dtb + simpleImage.* otheros.bld *.dtb # clean up files cached by wrapper clean-kernel := vmlinux.strip vmlinux.bin |