summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-04-19 13:12:42 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-04-19 13:12:42 +0800
commit1e08516f8fa798b70987376dcd659c38ef83705a (patch)
treea5373d3ddf06617c5e90804366b59af935852e46 /build.sh
parent2e20f84937f3bd09afd0678365c6d87c9adc6410 (diff)
build.sh: update to compiling hikey kernel with clang
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index bc4771d..4c72c8e 100755
--- a/build.sh
+++ b/build.sh
@@ -124,7 +124,7 @@ function build_hikey(){
export TARGET_BUILD_KERNEL=true
# export TARGET_KERNEL_USE_4_1=true
export TARGET_BOOTIMAGE_USE_FAT=true
- #export KERNEL_BUILD_WITH_CLANG=true
+ export KERNEL_BUILD_WITH_CLANG=true
## settings for optee
export TARGET_TEE_IS_OPTEE=true
export TARGET_BUILD_UEFI=true