mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
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:
1
project/make_meta/.gitignore
vendored
1
project/make_meta/.gitignore
vendored
@@ -7,3 +7,4 @@ sensor_init/*_init
|
|||||||
zlib/out_board/
|
zlib/out_board/
|
||||||
zlib/out_host_pc/
|
zlib/out_host_pc/
|
||||||
zlib/zlib-1.2.11/
|
zlib/zlib-1.2.11/
|
||||||
|
mtd_updateEngeen/out_board/
|
||||||
|
|||||||
@@ -347,7 +347,8 @@ endif
|
|||||||
################################################################################
|
################################################################################
|
||||||
all: uboot kernel rootfs env
|
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
|
distclean: clean out_clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user