Makefile (c25141062a82ae8bddced1b3ce2b57a1c0efabe0) | Makefile (9a08862a5d2e266ecea1865547463da2745fc687) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 | |
2# 3# sparc/Makefile 4# 5# Makefile for the architecture dependent flags and dependencies on the 6# Sparc and sparc64. 7# 8# Copyright (C) 1994,1996,1998 David S. Miller (davem@caip.rutgers.edu) 9# Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz) --- 66 unchanged lines hidden (view full) --- 76 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 77 78install: 79 $(Q)$(MAKE) $(build)=$(boot) $@ 80 81archclean: 82 $(Q)$(MAKE) $(clean)=$(boot) 83 | 1# 2# sparc/Makefile 3# 4# Makefile for the architecture dependent flags and dependencies on the 5# Sparc and sparc64. 6# 7# Copyright (C) 1994,1996,1998 David S. Miller (davem@caip.rutgers.edu) 8# Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz) --- 66 unchanged lines hidden (view full) --- 75 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 76 77install: 78 $(Q)$(MAKE) $(build)=$(boot) $@ 79 80archclean: 81 $(Q)$(MAKE) $(clean)=$(boot) 82 |
83PHONY += vdso_install 84vdso_install: 85 $(Q)$(MAKE) $(build)=arch/sparc/vdso $@ 86 |
|
84# This is the image used for packaging 85KBUILD_IMAGE := $(boot)/zImage 86 87# Don't use tabs in echo arguments. 88ifeq ($(ARCH),sparc) 89define archhelp 90 echo '* image - kernel image ($(boot)/image)' 91 echo '* zImage - stripped kernel image ($(boot)/zImage)' 92 echo ' uImage - U-Boot SPARC32 Image (only for LEON)' 93 echo ' tftpboot.img - image prepared for tftp' 94endef 95else 96define archhelp 97 echo '* vmlinux - standard sparc64 kernel' 98 echo '* zImage - stripped and compressed sparc64 kernel ($(boot)/zImage)' 99 echo ' vmlinux.aout - a.out kernel for sparc64' 100 echo ' tftpboot.img - image prepared for tftp' 101endef 102endif | 87# This is the image used for packaging 88KBUILD_IMAGE := $(boot)/zImage 89 90# Don't use tabs in echo arguments. 91ifeq ($(ARCH),sparc) 92define archhelp 93 echo '* image - kernel image ($(boot)/image)' 94 echo '* zImage - stripped kernel image ($(boot)/zImage)' 95 echo ' uImage - U-Boot SPARC32 Image (only for LEON)' 96 echo ' tftpboot.img - image prepared for tftp' 97endef 98else 99define archhelp 100 echo '* vmlinux - standard sparc64 kernel' 101 echo '* zImage - stripped and compressed sparc64 kernel ($(boot)/zImage)' 102 echo ' vmlinux.aout - a.out kernel for sparc64' 103 echo ' tftpboot.img - image prepared for tftp' 104endef 105endif |