build_kernel.sh: Made my life easier
This commit is contained in:
parent
34ff7ac6f6
commit
097a76dfd7
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
export PATH=$(pwd)/toolchain/clang/host/linux-x86/clang-r416183b/bin:$PATH
|
||||
export PATH=$(pwd)/toolchain/build/build-tools/path/linux-x86:$(pwd)/toolchain/prebuilts/gas/linux-x86:$PATH
|
||||
export PATH=$(pwd)/toolchain/clang-r498229b/bin:$PATH
|
||||
export PATH=$(pwd)/toolchain/path/linux-x86:$(pwd)/toolchain/gas/linux-x86:$PATH
|
||||
|
||||
make PLATFORM_VERSION=12 ANDROID_MAJOR_VERSION=s LLVM=1 LLVM_IAS=1 ARCH=arm64 TARGET_SOC=s5e8825 CROSS_COMPILE=$(pwd)/toolchain/clang/host/linux-x86/clang-r416183b/bin/aarch64-linux-gnu- s5e8825-a53xxx_defconfig
|
||||
make PLATFORM_VERSION=12 ANDROID_MAJOR_VERSION=s LLVM=1 LLVM_IAS=1 ARCH=arm64 TARGET_SOC=s5e8825 CROSS_COMPILE=$(pwd)/toolchain/clang/host/linux-x86/clang-r416183b/bin/aarch64-linux-gnu- -j32
|
||||
make PLATFORM_VERSION=12 ANDROID_MAJOR_VERSION=s LLVM=1 LLVM_IAS=1 ARCH=arm64 TARGET_SOC=s5e8825 O=/home/romy/romy/a53/out CROSS_COMPILE=$(pwd)/toolchain/clang-r498229b/bin/aarch64-linux-gnu- s5e8825-a53xxx_defconfig
|
||||
make PLATFORM_VERSION=12 ANDROID_MAJOR_VERSION=s LLVM=1 LLVM_IAS=1 ARCH=arm64 TARGET_SOC=s5e8825 O=/home/romy/romy/a53/out CROSS_COMPILE=$(pwd)/toolchain/clang-r498229b/bin/aarch64-linux-gnu- -j$(nproc --all)
|
||||
|
|
Loading…
Add table
Reference in a new issue