|
@@ -280,7 +280,7 @@ bzImage: zImage
|
|
|
zImage Image xipImage bootpImage uImage: vmlinux
|
|
|
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
|
|
|
|
|
|
-zinstall install: vmlinux
|
|
|
+zinstall uinstall install: vmlinux
|
|
|
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
|
|
|
|
|
|
# We use MRPROPER_FILES and CLEAN_FILES now
|
|
@@ -301,6 +301,7 @@ define archhelp
|
|
|
echo ' (supply initrd image via make variable INITRD=<path>)'
|
|
|
echo ' install - Install uncompressed kernel'
|
|
|
echo ' zinstall - Install compressed kernel'
|
|
|
+ echo ' uinstall - Install U-Boot wrapped compressed kernel'
|
|
|
echo ' Install using (your) ~/bin/$(INSTALLKERNEL) or'
|
|
|
echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
|
|
|
echo ' install to $$(INSTALL_PATH) and run lilo'
|