Commit 54e8ec3c authored by Hirokazu Takata's avatar Hirokazu Takata Committed by Linus Torvalds

[PATCH] m32r: make zImage a default build target

Here is a patch to update arch/m32r/Makefile for m32r.
- Make zImage a default build target
- Add zImage to targets marked with [*].
parent f82026d0
......@@ -41,6 +41,8 @@ boot := arch/m32r/boot
.PHONY: zImage
all: zImage
zImage: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
......@@ -50,5 +52,5 @@ archclean:
$(Q)$(MAKE) $(clean)=$(boot)
define archhelp
@echo ' zImage - Compressed kernel image (arch/m32r/boot/zImage)'
echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
endef
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment