From: Masahiro Yamada Date: Tue, 16 Feb 2016 02:19:52 +0000 (+0100) Subject: ARM: 8528/1: drop redundant "PHONY += FORCE" X-Git-Tag: v4.6-rc1~87^2^4~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38c81fca9ee4641937b270cb9c50f96881ba411e;p=platform%2Fkernel%2Flinux-exynos.git ARM: 8528/1: drop redundant "PHONY += FORCE" "PHONY += FORCE" is already cared by scripts/Makefile.build, which this file is included from. Signed-off-by: Masahiro Yamada Signed-off-by: Russell King --- diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile index 9eca7ae..ba73a20 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 FORCE +PHONY += initrd initrd: @test "$(INITRD_PHYS)" != "" || \ (echo This machine does not support INITRD; exit -1)