diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-04-05 03:08:26 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-04-19 19:44:12 +0100 |
commit | bc5ce155d9d769f86a63a1301fb295ea3fcf22b2 (patch) | |
tree | 44f1f6928d9e0167dd1b153e4f2f8696f36e1800 /arch/arm/boot/Makefile | |
parent | 6e8ac724bf45d116195d57fbe3a949f570c35635 (diff) | |
download | talos-obmc-linux-bc5ce155d9d769f86a63a1301fb295ea3fcf22b2.tar.gz talos-obmc-linux-bc5ce155d9d769f86a63a1301fb295ea3fcf22b2.zip |
ARM: 8557/1: specify install, zinstall, and uinstall as PHONY targets
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>
Diffstat (limited to 'arch/arm/boot/Makefile')
-rw-r--r-- | arch/arm/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile index 48fab15cfc02..446705a4325a 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) |