x86: use generic per-device dma coherent allocator
[pandora-kernel.git] / arch / ppc / boot / images / Makefile
index 532e7ef..58415d5 100644 (file)
@@ -26,7 +26,7 @@ quiet_cmd_uimage = UIMAGE  $@
 targets += uImage
 $(obj)/uImage: $(obj)/vmlinux.gz
        $(Q)rm -f $@
-       $(call if_changed,uimage)
+       $(call cmd,uimage)
        @echo -n '  Image: $@ '
        @if [ -f $@ ]; then echo 'is ready' ; else echo 'not made'; fi