X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsparc%2FMakefile;h=6a9edfeb48da062ff9f6a5f3578a64cbc9b25af8;hb=da7238bfbc1c5267bb3c9a79e03b6c296839a07e;hp=9f9ef7ef260fb434d06b9ee5cc6207e56f07e020;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index 9f9ef7ef2..6a9edfeb4 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile @@ -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)/$@