projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e4b22
)
[IA64] add vmlinuz target
author
Alex Williamson
<alex.williamson@hp.com>
Tue, 6 Jun 2006 16:23:34 +0000
(10:23 -0600)
committer
Tony Luck
<tony.luck@intel.com>
Wed, 21 Jun 2006 21:31:07 +0000
(14:31 -0700)
This is a trivial stand-alone patch out of the Xen/ia64 patches. Add
a vmlinuz build target to be more compatible with x86-ish targets.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Makefile
patch
|
blob
|
history
diff --git
a/arch/ia64/Makefile
b/arch/ia64/Makefile
index
80ea750
..
21033ed
100644
(file)
--- a/
arch/ia64/Makefile
+++ b/
arch/ia64/Makefile
@@
-71,6
+71,8
@@
all: compressed unwcheck
compressed: vmlinux.gz
+vmlinuz: vmlinux.gz
+
vmlinux.gz: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $@