diff options
Diffstat (limited to 'arch/unicore32/boot/Makefile')
-rw-r--r-- | arch/unicore32/boot/Makefile | 2 |
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 | ||
34 | PHONY += initrd FORCE | 34 | PHONY += initrd |
35 | initrd: | 35 | initrd: |
36 | @test "$(INITRD)" != "" || \ | 36 | @test "$(INITRD)" != "" || \ |
37 | (echo You must specify INITRD; exit -1) | 37 | (echo You must specify INITRD; exit -1) |