vserver 1.9.5.x5
[linux-2.6.git] / arch / m32r / Makefile
index 63ea62a..dd4418d 100644 (file)
@@ -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