Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c44b28d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Michal Marek
Browse files

kbuild: drop redundant "PHONY += FORCE"



"PHONY += FORCE" is already cared by scripts/Makefile.build,
which these files are included from.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent be1fb0e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,4 +25,4 @@ $(obj)/kernel.o: arch/arm/boot/zImage FORCE

$(obj)/initrd.o: $(INITRD) FORCE

PHONY += $(INITRD) FORCE
PHONY += $(INITRD)
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ define archhelp
endef

archprepare: make_nr_irqs_h
PHONY += make_nr_irqs_h FORCE
PHONY += make_nr_irqs_h

make_nr_irqs_h:
	$(Q)$(MAKE) $(build)=arch/ia64/kernel include/generated/nr-irqs.h
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ $(obj)/uImage: $(obj)/zImage FORCE
	$(call if_changed,uimage)
	@echo '  Image $@ is ready'

PHONY += initrd FORCE
PHONY += initrd
initrd:
	@test "$(INITRD)" != "" || \
	(echo You must specify INITRD; exit -1)