Implement --[no-]compress-initramfs option to complement --[no-]integrated-initramfs
[genkernel.git] / arch / parisc / config.sh
1 # $Id$
2 #
3 # Arch-specific options that normally shouldn't be changed.
4 #
5 KERNEL_MAKE_DIRECTIVE="vmlinux"
6 KERNEL_MAKE_DIRECTIVE_2=""
7 KERNEL_BINARY="vmlinux"
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
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