|
@@ -88,7 +88,7 @@ $(obj)/bootpImage: $(obj)/bootp/bootp FORCE
|
|
$(call if_changed,objcopy)
|
|
$(call if_changed,objcopy)
|
|
@$(kecho) ' Kernel: $@ is ready'
|
|
@$(kecho) ' Kernel: $@ is ready'
|
|
|
|
|
|
-PHONY += initrd
|
|
|
|
|
|
+PHONY += initrd install zinstall uinstall
|
|
initrd:
|
|
initrd:
|
|
@test "$(INITRD_PHYS)" != "" || \
|
|
@test "$(INITRD_PHYS)" != "" || \
|
|
(echo This machine does not support INITRD; exit -1)
|
|
(echo This machine does not support INITRD; exit -1)
|