diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile index 48fab15cfc0218e1a8e7a0bab389dc766d8ce3e7..446705a4325aafb9126484100090a69c71b0aff1 100644 --- a/arch/arm/boot/Makefile +++ b/arch/arm/boot/Makefile @@ -88,7 +88,7 @@ $(obj)/bootpImage: $(obj)/bootp/bootp FORCE $(call if_changed,objcopy) @$(kecho) ' Kernel: $@ is ready' -PHONY += initrd +PHONY += initrd install zinstall uinstall initrd: @test "$(INITRD_PHYS)" != "" || \ (echo This machine does not support INITRD; exit -1)