Skip to content

Commit

Permalink
Chilly Potato
Browse files Browse the repository at this point in the history
Signed-off-by: Subhaam <derksoul98@gmail.com>
  • Loading branch information
Subhaam committed Oct 14, 2017
1 parent 2e0cc42 commit 149e7ed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ export CROSS_COMPILE=~/android/kernel/toolchain/google-64-4.9/bin/aarch64-linux-
export KBUILD_BUILD_USER="subham"
export KBUILD_BUILD_HOST="magmabox"

# Magma Kernel Details
KERNEL_NAME="Magma"
INCREMENTAL_VERSION="ChillyPotato"
export LOCALVERSION=-${INCREMENTAL_VERSION}
DEVICE="kuntao"
FINAL_VER="${KERNEL_NAME}-${DEVICE}-${INCREMENTAL_VERSION}"

## Functions ##
MAKE="make O=${OUT_DIR}"

Expand Down Expand Up @@ -66,7 +73,7 @@ mv $ANYKERNEL_DIR/UPDATE-AnyKernel2.zip $UPLOAD_DIR/$FINAL_ZIP
# Options
function options() {
echo -e "$cyan***********************************************"
echo " Compiling FireKernel kernel "
echo " Compiling Magma kernel "
echo -e "***********************************************$nocol"
echo -e " "
echo -e " Select one of the following types of build : "
Expand Down

0 comments on commit 149e7ed

Please sign in to comment.