projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59941b
)
ARM: 8528/1: drop redundant "PHONY += FORCE"
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Tue, 16 Feb 2016 02:19:52 +0000
(
03:19
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 16 Feb 2016 16:33:40 +0000
(16:33 +0000)
"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>
arch/arm/boot/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/boot/Makefile
b/arch/arm/boot/Makefile
index 9eca7aee927f3081975d7372a66a358565c33c56..ba73a204e8b6d29c52ea18736e629397866a381e 100644
(file)
--- 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)