forked from dderby/debian900
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkernel.conf
More file actions
26 lines (18 loc) · 677 Bytes
/
kernel.conf
File metadata and controls
26 lines (18 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# kernel.conf - The configuration file for build_kernel.sh
# The Git repository name
GIT_REPO_NAME=freemangordons-linux-n900
# The location of the Git repository
GIT_KERNEL_URI=git://gitorious.org/linux-n900/$GIT_REPO_NAME.git
# The branch to check out
GIT_BRANCH=v3.16-rc1-n900
# The scheduling priority that will be used to run the build
NICENESS=-1
# The number of jobs to run simultaneously
JOBS=6
# The architecture to build
ARCH=arm
# The cross compile command prefix for GCC
# Debian Wheezy uses "arm-linux-gnueabi-", Jessie and Sid use "arm-none-eabi-"
CROSS_COMPILE=arm-none-eabi-
# The path where the kernel modules will be installed
INSTALL_MOD_PATH=modules