diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-15 21:19:52 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-02-16 11:33:40 -0500 |
commit | 38c81fca9ee4641937b270cb9c50f96881ba411e (patch) | |
tree | beea3a027db912d762410ae8842d3884dbb16441 | |
parent | e59941b9b3817c9b1dd6662d903150fe3f3c3b0b (diff) |
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 <yamada.masahiro@socionext.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-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 9eca7aee927f..ba73a204e8b6 100644 --- a/arch/arm/boot/Makefile +++ b/arch/arm/boot/Makefile | |||
@@ -88,7 +88,7 @@ $(obj)/bootpImage: $(obj)/bootp/bootp FORCE | |||
88 | $(call if_changed,objcopy) | 88 | $(call if_changed,objcopy) |
89 | @$(kecho) ' Kernel: $@ is ready' | 89 | @$(kecho) ' Kernel: $@ is ready' |
90 | 90 | ||
91 | PHONY += initrd FORCE | 91 | PHONY += initrd |
92 | initrd: | 92 | initrd: |
93 | @test "$(INITRD_PHYS)" != "" || \ | 93 | @test "$(INITRD_PHYS)" != "" || \ |
94 | (echo This machine does not support INITRD; exit -1) | 94 | (echo This machine does not support INITRD; exit -1) |