mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-19 16:24:25 -04:00
fix oat
Signed-off-by: Zachery Wu <wuzuoyu@huawei.com> Change-Id: I3b19397c5b9582b17f2ebe6079fbc0062e72bb0c
This commit is contained in:
@@ -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!!!"
|
||||
|
||||
Reference in New Issue
Block a user