summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/unicore32/boot/Makefile')
-rw-r--r--arch/unicore32/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/boot/Makefile b/arch/unicore32/boot/Makefile
index ec7fb70b412bd..828855007b293 100644
--- a/arch/unicore32/boot/Makefile
+++ b/arch/unicore32/boot/Makefile
@@ -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)