From: Masahiro Yamada Date: Tue, 5 Apr 2016 02:08:26 +0000 (+0100) Subject: ARM: 8557/1: specify install, zinstall, and uinstall as PHONY targets X-Git-Tag: v4.14-rc1~3200^2^4~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc5ce155d9d769f86a63a1301fb295ea3fcf22b2;p=platform%2Fkernel%2Flinux-rpi.git ARM: 8557/1: specify install, zinstall, and uinstall as PHONY targets Obviously, these are PHONY targets. Signed-off-by: Masahiro Yamada Signed-off-by: Russell King --- diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile index 48fab15..446705a 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)