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