浏览代码

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 年之前
父节点
当前提交
89e050c87d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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)
 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
 
 
+# Default kernel to build
+all: bzImage
+
 zImage: vmlinuz
 zImage: vmlinuz
 Image: vmlinux
 Image: vmlinux