mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
parisc: Make bzImage default build target
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>
This commit is contained in:
parent
a27fc14219
commit
89e050c87d
@ -123,6 +123,9 @@ INSTALL_TARGETS = zinstall install
|
|||||||
|
|
||||||
PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
|
PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
|
||||||
|
|
||||||
|
# Default kernel to build
|
||||||
|
all: bzImage
|
||||||
|
|
||||||
zImage: vmlinuz
|
zImage: vmlinuz
|
||||||
Image: vmlinux
|
Image: vmlinux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user