]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ARM: 8557/1: specify install, zinstall, and uinstall as PHONY targets
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 5 Apr 2016 02:08:26 +0000 (03:08 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 19 Apr 2016 18:44:12 +0000 (19:44 +0100)
Obviously, these are PHONY targets.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/Makefile

index 48fab15cfc0218e1a8e7a0bab389dc766d8ce3e7..446705a4325aafb9126484100090a69c71b0aff1 100644 (file)
@@ -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)