Adding Id header.
[genkernel.git] / arch / alpha / config.sh
1 # $Id$
2 #
3 # Arch-specific options that normally shouldn't be changed.
4 #
5 KERNEL_MAKE_DIRECTIVE="boot"
6 KERNEL_MAKE_DIRECTIVE_2=""
7 KERNEL_BINARY="arch/alpha/boot/vmlinux.gz"
8
9 COMPRESS_INITRD=yes
10
11 #
12 # Arch-specific defaults that can be overridden in the config file or on the
13 # command line.
14 #
15 DEFAULT_MAKEOPTS="-j2"
16
17 DEFAULT_KERNEL_MAKE=make
18 DEFAULT_UTILS_MAKE=make
19
20 DEFAULT_KERNEL_CC=gcc
21 DEFAULT_KERNEL_AS=as
22 DEFAULT_KERNEL_LD=ld
23
24 DEFAULT_UTILS_CC=gcc
25 DEFAULT_UTILS_AS=as
26 DEFAULT_UTILS_LD=ld