forked from Snuzzo/funky_kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-config
More file actions
executable file
·56 lines (39 loc) · 771 Bytes
/
build-config
File metadata and controls
executable file
·56 lines (39 loc) · 771 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
TOOLCHAINDIR=~/toolchain
TOOLCHAIN=linaro-13-04
CROSS_COMPILE=$TOOLCHAINDIR/$TOOLCHAIN/bin/arm-eabi-
LOCAL_BUILD_DIR=~/rez
TARGET_DIR=~/rez/updates
FTPTARGETDIR="/kernels/rezound/jb"
SYSTEM_PARTITION="/dev/block/mmcblk0p29"
DEFCONFIG=vigor_auto_defconfig
#---
#You can choose from the following governors
# ONDEMAND
# CONSERVATIVE
# INTERACTIVE
# WHEATLEY
# LAGFREE
# INTELLIDEMAND
# DANCEDANCE
# BADASS
# SCARY
# LULZACTIVE
DEFAULT_GOVERNOR=INTELLIDEMAND
#...And the following schedulers
# SIO
# NOOP
# DEADLINE
# ROW
DEFAULT_SCHEDULER=SIO
FLASH_BOOT='/dev/block/mmcblk0p22'
PHONE='HTC Rezound'
# ----
N_CORES=8
VERSION=FunkyBean-v3.3.4
# ----
BANNER=`cat <<EOF
ui_print("Funky Kernel");
ui_print("for");
ui_print("$PHONE");
ui_print("$VERSION");
EOF`