sysdrv:Makefile:Prevent the ./build.sh sysdrv command from deleting the Buildroot folder.

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
luckfox-eng29 2024-11-18 21:09:56 +08:00
parent 6b4836bd3e
commit 93c2e24fc6
2 changed files with 3 additions and 1 deletions

View File

@ -7,3 +7,4 @@ sensor_init/*_init
zlib/out_board/
zlib/out_host_pc/
zlib/zlib-1.2.11/
mtd_updateEngeen/out_board/

View File

@ -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