X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm32r%2FMakefile;h=dd4418d846e97562bd50ba6a04a7a14936b89a5e;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=63ea62a5dd480089f6bf628e53ac9203d766f690;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/m32r/Makefile b/arch/m32r/Makefile index 63ea62a5d..dd4418d84 100644 --- a/arch/m32r/Makefile +++ b/arch/m32r/Makefile @@ -5,7 +5,6 @@ LDFLAGS := OBJCOPYFLAGS := -O binary -R .note -R .comment -S LDFLAGS_vmlinux := -e startup_32 -LDFLAGS_BLOB := --format binary --oformat elf32-m32r CFLAGS += -pipe -fno-schedule-insns CFLAGS_KERNEL += -mmodel=medium @@ -42,6 +41,8 @@ boot := arch/m32r/boot .PHONY: zImage +all: zImage + zImage: vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ @@ -51,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