From 92a0c5fe7a5404dd257b65bfa8d403cd2b038b3b Mon Sep 17 00:00:00 2001 From: "libing3@huawei.com" Date: Fri, 13 May 2022 14:08:01 +0800 Subject: [PATCH] Modifying unreasonable deps Signed-off-by: libing3@huawei.com Change-Id: Id72a01f3695143c30c4a5cc1f0c69ddd064a42f0 --- kernel_module_build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/kernel_module_build.sh b/kernel_module_build.sh index 30258cc..f602c46 100755 --- a/kernel_module_build.sh +++ b/kernel_module_build.sh @@ -23,9 +23,6 @@ export DEVICE_NAME=$5 export KERNEL_VERSION=$6 if [ "$BUILD_TYPE" == "small" ];then LINUX_KERNEL_OUT=${OUT_DIR}/kernel/${KERNEL_VERSION} - if [ "$5" == "hispark_taurus" ];then - export DEVICE_NAME=hi3516dv300 - fi elif [ "$BUILD_TYPE" == "standard" ];then LINUX_KERNEL_OUT=${OUT_DIR}/kernel/src_tmp/${KERNEL_VERSION} fi -- Gitee