diff options
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r-- | arch/sparc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index 9ff423678cbc..eaee14637d93 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile | |||
@@ -68,6 +68,9 @@ all: zImage | |||
68 | image zImage uImage tftpboot.img vmlinux.aout: vmlinux | 68 | image zImage uImage tftpboot.img vmlinux.aout: vmlinux |
69 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ | 69 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ |
70 | 70 | ||
71 | install: | ||
72 | $(Q)$(MAKE) $(build)=$(boot) $@ | ||
73 | |||
71 | archclean: | 74 | archclean: |
72 | $(Q)$(MAKE) $(clean)=$(boot) | 75 | $(Q)$(MAKE) $(clean)=$(boot) |
73 | 76 | ||