switch to pc

This commit is contained in:
prashantpaddune 2020-08-18 17:19:57 +05:30
parent 0bed742faf
commit 7bf46eb137

View File

@ -18,13 +18,13 @@
# Directory Contol # Directory Contol
CR_DIR=$(pwd) CR_DIR=$(pwd)
CR_TC=/home/prashantp/gcc-linaro-4.9.4-2017.01-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu- CR_TC=/home/prashantp/Downloads/gcc-linaro-4.9.4-2017.01-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-
CR_DTS=arch/arm64/boot/dts CR_DTS=arch/arm64/boot/dts
CR_DTB=$CR_DIR/boot.img-dtb CR_DTB=$CR_DIR/boot.img-dtb
# Kernel Variables # Kernel Variables
CR_VERSION=V1.0 CR_VERSION=V1.0
CR_NAME=Quantum_Quack CR_NAME=Quantum_Quack
CR_JOBS=2 CR_JOBS=5
CR_ANDROID=q CR_ANDROID=q
CR_PLATFORM=10 CR_PLATFORM=10
CR_ARCH=arm64 CR_ARCH=arm64
@ -46,6 +46,8 @@ CLEAN_SOURCE()
echo "----------------------------------------------" echo "----------------------------------------------"
echo " " echo " "
echo "Cleaning" echo "Cleaning"
make clean
make mrproper
# rm -r -f $CR_OUT/* # rm -r -f $CR_OUT/*
rm -r -f $CR_DTB rm -r -f $CR_DTB
rm -rf $CR_DTS/.*.tmp rm -rf $CR_DTS/.*.tmp