Fix hardcoded paths in multipath support
[genkernel.git] / defaults / config.sh
1 # $Id$
2 #
3 # Arch-specific options that normally shouldn't be changed.
4 #
5 KERNEL_MAKE_DIRECTIVE="bzImage"
6 # since "" is allowed (this will translate in `make `, which is nice
7 # for xen-based kernels, the default value of
8 # KERNEL_MAKE_DIRECTIVE_OVERRIDE cannot be ""
9 DEFAULT_KERNEL_MAKE_DIRECTIVE_OVERRIDE="--INVALID--"
10 KERNEL_MAKE_DIRECTIVE_OVERRIDE="${DEFAULT_KERNEL_MAKE_DIRECTIVE_OVERRIDE}"
11 KERNEL_MAKE_DIRECTIVE_2=""
12 KERNEL_BINARY="arch/i386/boot/bzImage"
13 KERNEL_BINARY_OVERRIDE=""
14
15 COMPRESS_INITRD=yes
16
17 #
18 # Arch-specific defaults that can be overridden in the config file or on the
19 # command line.
20 #
21 DEFAULT_MAKEOPTS="-j2"
22
23 DEFAULT_KERNEL_MAKE=make
24 DEFAULT_UTILS_MAKE=make
25
26 DEFAULT_KERNEL_CC=gcc
27 DEFAULT_KERNEL_AS=as
28 DEFAULT_KERNEL_LD=ld
29
30 DEFAULT_UTILS_CC=gcc
31 DEFAULT_UTILS_AS=as
32 DEFAULT_UTILS_LD=ld