Makefile (db5ea21a14b7c69bf495a741ae37ba15fb9eabd1) Makefile (c489326939b28ca93a8cfcbda8adbeb328101682)
1#
2# sparc/Makefile
3#
4# Makefile for the architecture dependent flags and dependencies on the
5# Sparc.
6#
7# Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu)
8#

--- 44 unchanged lines hidden (view full) ---

53 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
54
55archclean:
56 $(Q)$(MAKE) $(clean)=$(boot)
57
58# This is the image used for packaging
59KBUILD_IMAGE := $(boot)/zImage
60
1#
2# sparc/Makefile
3#
4# Makefile for the architecture dependent flags and dependencies on the
5# Sparc.
6#
7# Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu)
8#

--- 44 unchanged lines hidden (view full) ---

53 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
54
55archclean:
56 $(Q)$(MAKE) $(clean)=$(boot)
57
58# This is the image used for packaging
59KBUILD_IMAGE := $(boot)/zImage
60
61CLEAN_FILES += arch/$(ARCH)/boot/System.map
62
63# Don't use tabs in echo arguments.
64define archhelp
65 echo '* image - kernel image ($(boot)/image)'
66 echo '* zImage - stripped kernel image ($(boot)/zImage)'
67 echo ' tftpboot.img - image prepared for tftp'
68endef
61# Don't use tabs in echo arguments.
62define archhelp
63 echo '* image - kernel image ($(boot)/image)'
64 echo '* zImage - stripped kernel image ($(boot)/zImage)'
65 echo ' tftpboot.img - image prepared for tftp'
66endef