summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-04-05 03:08:26 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2016-04-19 19:44:12 +0100
commitbc5ce155d9d769f86a63a1301fb295ea3fcf22b2 (patch)
tree44f1f6928d9e0167dd1b153e4f2f8696f36e1800 /arch
parent6e8ac724bf45d116195d57fbe3a949f570c35635 (diff)
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')
-rw-r--r--arch/arm/boot/Makefile2
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)