aboutsummaryrefslogtreecommitdiffstats
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 ec7fb70b412b..828855007b29 100644
--- a/arch/unicore32/boot/Makefile
+++ b/arch/unicore32/boot/Makefile
@@ -31,7 +31,7 @@ $(obj)/uImage: $(obj)/zImage FORCE
31 $(call if_changed,uimage) 31 $(call if_changed,uimage)
32 @echo ' Image $@ is ready' 32 @echo ' Image $@ is ready'
33 33
34PHONY += initrd FORCE 34PHONY += initrd
35initrd: 35initrd:
36 @test "$(INITRD)" != "" || \ 36 @test "$(INITRD)" != "" || \
37 (echo You must specify INITRD; exit -1) 37 (echo You must specify INITRD; exit -1)