projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a27fc14
)
parisc: Make bzImage default build target
author
Helge Deller
<deller@gmx.de>
Wed, 18 Apr 2018 05:49:19 +0000
(07:49 +0200)
committer
Helge Deller
<deller@gmx.de>
Wed, 18 Apr 2018 13:44:06 +0000
(15:44 +0200)
Debian uses "make all" to build the Linux kernel, thus to be able to use
the self-decompressing kernel as default debian kernel we need to make
bzImage the default build target.
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Makefile
patch
|
blob
|
history
diff --git
a/arch/parisc/Makefile
b/arch/parisc/Makefile
index
e2364ff
..
34ac503
100644
(file)
--- a/
arch/parisc/Makefile
+++ b/
arch/parisc/Makefile
@@
-123,6
+123,9
@@
INSTALL_TARGETS = zinstall install
PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
+# Default kernel to build
+all: bzImage
+
zImage: vmlinuz
Image: vmlinux