Modifying unreasonable deps

Signed-off-by: libing3@huawei.com <libing3@huawei.com>
Change-Id: Id72a01f3695143c30c4a5cc1f0c69ddd064a42f0
This commit is contained in:
libing3@huawei.com
2022-05-13 14:08:01 +08:00
parent e69902c692
commit 5bbe9f2f63
-3
View File
@@ -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