diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-04-05 04:08:26 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-04-19 20:44:12 +0200 |
commit | bc5ce155d9d769f86a63a1301fb295ea3fcf22b2 (patch) | |
tree | 44f1f6928d9e0167dd1b153e4f2f8696f36e1800 /arch/arm/boot | |
parent | ARM: 8562/1: suppress "include/generated/mach-types.h is up to date." (diff) | |
download | linux-bc5ce155d9d769f86a63a1301fb295ea3fcf22b2.tar.xz 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')
-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) |