This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / sparc / Makefile
index 9f9ef7e..6a9edfe 100644 (file)
@@ -13,6 +13,7 @@
 
 AS              := $(AS) -32
 LDFLAGS                := -m elf32_sparc
+CHECK          := $(CHECK) -D__sparc__=1
 
 #CFLAGS := $(CFLAGS) -g -pipe -fcall-used-g5 -fcall-used-g7
 CFLAGS := $(CFLAGS) -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
@@ -52,6 +53,9 @@ all: image
 
 boot := arch/sparc/boot
 
+bzImage: image
+       cp $(boot)/image $(boot)/bzImage
+
 image tftpboot.img: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@