Signed-off-by: Zachery Wu <wuzuoyu@huawei.com>
Change-Id: I3b19397c5b9582b17f2ebe6079fbc0062e72bb0c
This commit is contained in:
Zachery Wu
2021-10-08 10:10:15 +08:00
parent 8923556ddd
commit feba6e9030
+1 -1
View File
@@ -46,7 +46,7 @@ LINUX_KERNEL_UIMAGE_FILE=${LINUX_KERNEL_OBJ_OUT}/arch/arm/boot/uImage
make -f kernel.mk
if [ -f ${LINUX_KERNEL_UIMAGE_FILE} ];then
if [ -f "${LINUX_KERNEL_UIMAGE_FILE}" ];then
echo "uImage: ${LINUX_KERNEL_UIMAGE_FILE} build success"
else
echo "uImage: ${LINUX_KERNEL_UIMAGE_FILE} build failed!!!"