ARC: build: add boot_targets to PHONY
[linux-2.6-microblaze.git] / arch / arc / Makefile
index 61a4112..cf9da9a 100644 (file)
@@ -104,6 +104,7 @@ boot                := arch/arc/boot
 
 boot_targets := uImage uImage.bin uImage.gz uImage.lzma
 
+PHONY += $(boot_targets)
 $(boot_targets): vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@