This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / sparc64 / Makefile
index d025927..d33535f 100644 (file)
@@ -8,6 +8,8 @@
 # Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)
 #
 
+CHECK          := $(CHECK) -D__sparc__=1 -D__sparc_v9__=1
+
 AFLAGS_vmlinux.lds.o += -Usparc
 
 CC             := $(shell if $(CC) -m64 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo $(CC); else echo sparc64-linux-gcc; fi )
@@ -67,6 +69,9 @@ drivers-$(CONFIG_OPROFILE)    += arch/sparc64/oprofile/
 
 boot := arch/sparc64/boot
 
+bzImage: image
+       cp $(boot)/image $(boot)/bzImage
+
 image tftpboot.img vmlinux.aout: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@