|
@@ -31,7 +31,7 @@ $(obj)/uImage: $(obj)/zImage FORCE
|
|
$(call if_changed,uimage)
|
|
$(call if_changed,uimage)
|
|
@echo ' Image $@ is ready'
|
|
@echo ' Image $@ is ready'
|
|
|
|
|
|
-PHONY += initrd FORCE
|
|
|
|
|
|
+PHONY += initrd
|
|
initrd:
|
|
initrd:
|
|
@test "$(INITRD)" != "" || \
|
|
@test "$(INITRD)" != "" || \
|
|
(echo You must specify INITRD; exit -1)
|
|
(echo You must specify INITRD; exit -1)
|