projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/arch/ia64/Makefile
b/arch/ia64/Makefile
index 80ea7506fa1aa1c18708dcd88ce46c4abe88648d..21033ed8330745c271970c9e9864729a903ef0f4 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) $@