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