mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-20 00:33:32 -04:00
Modifying unreasonable deps
Signed-off-by: libing3@huawei.com <libing3@huawei.com> Change-Id: Id72a01f3695143c30c4a5cc1f0c69ddd064a42f0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user