Enable CONFIG_MAKEDEVS in busy-config for netboot
[genkernel.git] / arch / sparc / config.sh
1 #!/bin/bash
2
3 #
4 # Arch-specific options that normally shouldn't be changed.
5 #
6 KERNEL_MAKE_DIRECTIVE="vmlinux"
7 KERNEL_MAKE_DIRECTIVE_2=""
8 KERNEL_BINARY="vmlinux"
9
10 COMPRESS_INITRD=yes
11 USECOLOR="no"
12
13 #
14 # Arch-specific defaults that can be overridden in the config file or on the
15 # command line.
16 #
17 DEFAULT_MAKEOPTS="-j1"
18
19 DEFAULT_KERNEL_MAKE=make
20 DEFAULT_UTILS_MAKE=make
21
22 DEFAULT_KERNEL_CC=gcc
23
24 DEFAULT_UTILS_CC=gcc
25 DEFAULT_UTILS_AS=as
26 DEFAULT_UTILS_LD=ld