From 93c2e24fc64a894095f953966ee7ef69564c8735 Mon Sep 17 00:00:00 2001 From: luckfox-eng29 Date: Mon, 18 Nov 2024 21:09:56 +0800 Subject: [PATCH] sysdrv:Makefile:Prevent the ./build.sh sysdrv command from deleting the Buildroot folder. Signed-off-by: luckfox-eng29 --- project/make_meta/.gitignore | 1 + sysdrv/Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/project/make_meta/.gitignore b/project/make_meta/.gitignore index 518551eb6..3d5def06a 100644 --- a/project/make_meta/.gitignore +++ b/project/make_meta/.gitignore @@ -7,3 +7,4 @@ sensor_init/*_init zlib/out_board/ zlib/out_host_pc/ zlib/zlib-1.2.11/ +mtd_updateEngeen/out_board/ diff --git a/sysdrv/Makefile b/sysdrv/Makefile index 2a91d60f7..3ffe067e3 100644 --- a/sysdrv/Makefile +++ b/sysdrv/Makefile @@ -347,7 +347,8 @@ endif ################################################################################ all: uboot kernel rootfs env -clean: uboot_clean kernel_clean buildroot_clean busybox_clean pctools_clean boardtools_clean rootfs_clean drv_clean +#clean: uboot_clean kernel_clean buildroot_clean busybox_clean pctools_clean boardtools_clean rootfs_clean drv_clean +clean: uboot_clean kernel_clean busybox_clean pctools_clean boardtools_clean rootfs_clean drv_clean distclean: clean out_clean