From: Helge Deller Date: Wed, 18 Apr 2018 05:49:19 +0000 (+0200) Subject: parisc: Make bzImage default build target X-Git-Tag: archive/raspbian/4.16.16-2+rpi1^2~114 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fdaa1b1a59bd17dfc8242cc388e9c808ae4785ce;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 Gbp-Pq: Topic debian Gbp-Pq: Name parisc-fix-make-target.patch --- diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index e2364ff5918..34ac503e28a 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