You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# Arch-specific options that normally shouldn't be changed.
|
|
|
|
#
|
|
|
|
KERNEL_MAKE_DIRECTIVE=""
|
|
|
|
KERNEL_MAKE_DIRECTIVE_2=""
|
|
|
|
KERNEL_BINARY="arch/arm/boot/zImage"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Arch-specific defaults that can be overridden in the config file or on the
|
|
|
|
# command line.
|
|
|
|
#
|
|
|
|
DEFAULT_COMPRESS_INITRD=yes
|
|
|
|
DEFAULT_COMPRESS_INITRD_TYPE=best
|
|
|
|
|
|
|
|
DEFAULT_MAKEOPTS="-j2"
|
|
|
|
|
|
|
|
DEFAULT_KERNEL_MAKE=make
|
|
|
|
DEFAULT_UTILS_MAKE=make
|
|
|
|
|
|
|
|
DEFAULT_KERNEL_CC=gcc
|
|
|
|
DEFAULT_KERNEL_AS=as
|
|
|
|
DEFAULT_KERNEL_LD=ld
|
|
|
|
|
|
|
|
DEFAULT_UTILS_CC=gcc
|
|
|
|
DEFAULT_UTILS_AS=as
|
|
|
|
DEFAULT_UTILS_LD=ld
|