parisc: Make bzImage default build target
authorHelge Deller <deller@gmx.de>
Wed, 18 Apr 2018 05:49:19 +0000 (07:49 +0200)
committerHelge 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

index e2364ff..34ac503 100644 (file)
@@ -123,6 +123,9 @@ INSTALL_TARGETS = zinstall install
 
 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
 
+# Default kernel to build
+all: bzImage
+
 zImage: vmlinuz
 Image: vmlinux