Skip to content

Commit 89e050c

Browse files
committed
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 <[email protected]>
1 parent a27fc14 commit 89e050c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/parisc/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ INSTALL_TARGETS = zinstall install
123123

124124
PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
125125

126+
# Default kernel to build
127+
all: bzImage
128+
126129
zImage: vmlinuz
127130
Image: vmlinux
128131

0 commit comments

Comments
 (0)