aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r--arch/sparc/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile
index 4b39ac68c3b1..efc90711f79d 100644
--- a/arch/sparc/Makefile
+++ b/arch/sparc/Makefile
@@ -89,17 +89,16 @@ ifdef CONFIG_KALLSYMS
89export kallsyms.o := .tmp_kallsyms2.o 89export kallsyms.o := .tmp_kallsyms2.o
90endif 90endif
91 91
92boot-y := arch/sparc/boot 92boot := arch/sparc/boot
93boot-$(CONFIG_SPARC64) := arch/sparc64/boot
94 93
95image zImage tftpboot.img vmlinux.aout: vmlinux 94image zImage tftpboot.img vmlinux.aout: vmlinux
96 $(Q)$(MAKE) $(build)=$(boot-y) $(boot-y)/$@ 95 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
97 96
98archclean: 97archclean:
99 $(Q)$(MAKE) $(clean)=$(boot-y) 98 $(Q)$(MAKE) $(clean)=$(boot)
100 99
101# This is the image used for packaging 100# This is the image used for packaging
102KBUILD_IMAGE := $(boot-y)/zImage 101KBUILD_IMAGE := $(boot)/zImage
103 102
104# Don't use tabs in echo arguments. 103# Don't use tabs in echo arguments.
105ifeq ($(ARCH),sparc) 104ifeq ($(ARCH),sparc)