Commit 0800f5e0 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by David Mosberger

[PATCH] ia64: default to building compressed

i386 defaults to building bzImage (as well as modules) if you just type
make.  This patch mirrors that on ia64 by building compressed.
parent d4ba6308
...@@ -70,6 +70,8 @@ boot := arch/ia64/hp/sim/boot ...@@ -70,6 +70,8 @@ boot := arch/ia64/hp/sim/boot
.PHONY: boot compressed check .PHONY: boot compressed check
all: compressed
compressed: vmlinux.gz compressed: vmlinux.gz
vmlinux.gz: vmlinux vmlinux.gz: vmlinux
...@@ -100,6 +102,6 @@ boot: lib/lib.a vmlinux ...@@ -100,6 +102,6 @@ boot: lib/lib.a vmlinux
define archhelp define archhelp
echo ' compressed - Build compressed kernel image' echo '* compressed - Build compressed kernel image'
echo ' boot - Build vmlinux and bootloader for Ski simulator' echo ' boot - Build vmlinux and bootloader for Ski simulator'
endef endef
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment