From: Helge Deller Date: Wed, 18 Apr 2018 05:49:19 +0000 (+0200) Subject: parisc: Make bzImage default build target X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=89e050c87dab3e933dcb90677947752d19aeafa4;p=linux.git 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 --- diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index e2364ff591809..34ac503e28add 100644 --- 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