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.
genkernel_fork/parisc/config.sh

27 lines
296 B

#!/bin/bash
# parisc/config.sh
KERNEL_MAKE_DIRECTIVE="vmlinux"
KERNEL_MAKE_DIRECTIVE_2=""
KERNEL_BINARY="vmlinux"
USE_DIETLIBC=0
BOOTSPLASH=0
KERNEL_MAKE=make
UTILS_MAKE=make
KERNEL_CC=gcc
KERNEL_AS=as
KERNEL_LD=ld
UTILS_CC=gcc
UTILS_AS=as
UTILS_LD=ld
COMPRESS_INITRD=yes
MAKEOPTS="-j2"