Actually setting permissions. It helps if one remembers to 'git add' before doing...
[genkernel.git] / arch / parisc64 / 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
12 #
13 # Arch-specific defaults that can be overridden in the config file or on the
14 # command line.
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