X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fmips%2FMakefile;h=cd4343edeb11b735e1c6e219ceebd5a3f29999f9;hb=a3fb655027c33a9281d3b813798b15bdf1e75d43;hp=0d0f29d662c9aede8f8011f913daf7a8e5ffae12;hpb=78431ab723aa6f10258979acf88d9aaac2462cbe;p=linux-2.6-microblaze.git diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 0d0f29d662c9..cd4343edeb11 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -347,6 +347,7 @@ bootz-y += vmlinuz.srec ifeq ($(shell expr $(zload-y) \< 0xffffffff80000000 2> /dev/null), 0) bootz-y += uzImage.bin endif +bootz-y += vmlinuz.itb # # Some machines like the Indy need 32-bit ELF binaries for booting purposes. @@ -378,7 +379,7 @@ ifdef CONFIG_SYS_SUPPORTS_ZBOOT # boot/compressed $(bootz-y): $(vmlinux-32) FORCE $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \ - $(bootvars-y) 32bit-bfd=$(32bit-bfd) $@ + $(bootvars-y) 32bit-bfd=$(32bit-bfd) arch/mips/boot/$@ else vmlinuz: FORCE @echo ' CONFIG_SYS_SUPPORTS_ZBOOT is not enabled'