Browse Source

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>
Helge Deller 7 years ago
parent
commit
89e050c87d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/parisc/Makefile

+ 3 - 0
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