Makefile (71af75b6929458d85f63c0649dc26d6f4c19729e) Makefile (8212f8986d311ccf6a72305e6bdbd814691701d6)
1#
2# alpha/Makefile
3#
4# This file is subject to the terms and conditions of the GNU General Public
5# License. See the file "COPYING" in the main directory of this archive
6# for more details.
7#
8# Copyright (C) 1994 by Linus Torvalds

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

50all boot: $(boot)/vmlinux.gz
51
52$(boot)/vmlinux.gz: vmlinux
53 $(Q)$(MAKE) $(build)=$(boot) $@
54
55bootimage bootpfile bootpzfile: vmlinux
56 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
57
1#
2# alpha/Makefile
3#
4# This file is subject to the terms and conditions of the GNU General Public
5# License. See the file "COPYING" in the main directory of this archive
6# for more details.
7#
8# Copyright (C) 1994 by Linus Torvalds

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

50all boot: $(boot)/vmlinux.gz
51
52$(boot)/vmlinux.gz: vmlinux
53 $(Q)$(MAKE) $(build)=$(boot) $@
54
55bootimage bootpfile bootpzfile: vmlinux
56 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
57
58archclean:
59 $(Q)$(MAKE) $(clean)=$(boot)
60
61archheaders:
62 $(Q)$(MAKE) $(build)=arch/alpha/kernel/syscalls all
63
64define archhelp
65 echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)'
66 echo ' bootimage - SRM bootable image (arch/alpha/boot/bootimage)'
67 echo ' bootpfile - BOOTP bootable image (arch/alpha/boot/bootpfile)'
68 echo ' bootpzfile - compressed kernel BOOTP image (arch/alpha/boot/bootpzfile)'
69endef
58archheaders:
59 $(Q)$(MAKE) $(build)=arch/alpha/kernel/syscalls all
60
61define archhelp
62 echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)'
63 echo ' bootimage - SRM bootable image (arch/alpha/boot/bootimage)'
64 echo ' bootpfile - BOOTP bootable image (arch/alpha/boot/bootpfile)'
65 echo ' bootpzfile - compressed kernel BOOTP image (arch/alpha/boot/bootpzfile)'
66endef