kbuild: drop redundant "PHONY += FORCE"
[cascardo/linux.git] / arch / unicore32 / boot / Makefile
index ec7fb70..8288550 100644 (file)
@@ -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)