Skip to content

Commit

Permalink
Add crpalmer-build-config
Browse files Browse the repository at this point in the history
  • Loading branch information
crpalmer committed Mar 28, 2013
1 parent 91778f2 commit bb6e986
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions crpalmer-build-config
@@ -0,0 +1,25 @@
CROSS_COMPILE="ccache /opt/toolchains/linaro-4.7/bin/arm-eabi-"
HOST_CC="ccache gcc"
LOCAL_BUILD_DIR=dna
TARGET_DIR=~/dna/updates
SYSTEM_PARTITION="/dev/block/mmcblk0p32"
DEFCONFIG=apq8064_defconfig
FLASH_BOOT='package_extract_file("boot.img", "/tmp/boot.img"), write_raw_image("/tmp/boot.img", "boot")'

# ----

N_CORES=4
VERSION=stock-1.15-37

# ----

BANNER=`cat <<EOF
ui_print("**********************************************");
ui_print("* *");
ui_print("* crpalmer's *");
ui_print("* HTC Droid DNA Kernel *");
ui_print("* *");
ui_print("* Version: $VERSION *");
ui_print("* *");
ui_print("**********************************************");
EOF`

0 comments on commit bb6e986

Please sign in to comment.