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:
parent
6b4836bd3e
commit
93c2e24fc6
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user