Searched refs:clean (Results 1 – 25 of 25) sorted by relevance
| /bsp/samd21/sam_d2x_asflib/common/utils/make/ |
| A D | Makefile.avr.in | 4 # clean Clean up the project 203 clean-files := 204 clean-dirs := 209 clean-files += $(wildcard $(build)) 317 clean-files += $(wildcard $(obj-y)) 318 clean-files += $(dep-files) 345 .PHONY: clean 346 clean: 348 $(if $(strip $(clean-files)),$(Q)$(RM) $(clean-files),) 354 $(RMDIR) $(strip $(subst /,\,$(clean-dirs)))) [all …]
|
| /bsp/nuvoton/numaker-hmi-ma35d1/preload/ |
| A D | Makefile | 55 all: clean $(TARGET_O) 65 .PHONY: all clean 67 clean: target
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/make/ |
| A D | Makefile.sam.in | 4 # clean Clean up the project 216 clean-files := 217 clean-dirs := 222 clean-files += $(wildcard $(build)) 336 clean-files += $(wildcard $(obj-y)) 337 clean-files += $(dep-files) 370 .PHONY: clean 371 clean: 373 $(if $(strip $(clean-files)),$(Q)$(RM) $(clean-files),) 379 $(RMDIR) $(strip $(subst /,\,$(clean-dirs)))) [all …]
|
| /bsp/phytium/aarch32/ |
| A D | makefile | 3 .PHONY: debug boot all clean menuconfig 38 clean: target
|
| A D | README.md | 152 1. 完成配置后,使用以下指令进行clean和重新编译
|
| /bsp/phytium/aarch64/ |
| A D | makefile | 3 .PHONY: debug boot all clean menuconfig 38 clean: target
|
| A D | README.md | 161 1. 完成配置后,使用以下指令进行clean和重新编译
|
| /bsp/hifive1/ |
| A D | Makefile | 6 clean: target
|
| /bsp/sparkfun-redv/ |
| A D | Makefile | 6 clean: target
|
| /bsp/nxp/imx/imx6ul/ |
| A D | Makefile | 6 clean: target
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/CMSIS/Device/Maxim/MAX32660/Source/GCC/ |
| A D | gcc.mk | 76 .PHONY: clean 77 clean: 88 ifneq (${MAKECMDGOALS},clean)
|
| /bsp/raspberry-pico/RP2350/ |
| A D | SConstruct | 33 if GetOption('clean'):
|
| /bsp/raspberry-pico/RP2040/ |
| A D | SConstruct | 33 if GetOption('clean'):
|
| /bsp/rockchip/rk3500/ |
| A D | Taishanpi-RK3566_CN.md | 159  178 
|
| A D | Taishanpi-RK3566_ZH.md | 157  176 
|
| /bsp/nrf5x/ |
| A D | README.md | 107 …要清空之前的配置,为了防止误操作,可以选择将nrf52840的目录下面的内容全部执行`git reset --hard` 之后重复上述操作,然后执行`git clean -xfd`清理掉无效的文件
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/gcc/m4f/ |
| A D | makefile | 185 clean: target
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/iar/m4f/ |
| A D | makefile | 186 clean: target
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/ccs/m4f/ |
| A D | makefile | 185 clean: target
|
| /bsp/xuantie/virt64/c906/ |
| A D | README.md | 99 If you have compiled before, you can clean it up: 102 scons --clean
|
| A D | README_cn.md | 103 scons --clean
|
| /bsp/qemu-virt64-riscv/ |
| A D | README.md | 121 If you have compiled before, you can clean it up: 124 $ scons --clean
|
| A D | README_cn.md | 124 $ scons --clean
|
| /bsp/synopsys/boards/ |
| A D | SConstruct | 97 help = 'to clean embarc_lib')
|
| /bsp/hpmicro/libraries/hpm_sdk/ |
| A D | CHANGELOG.md | 874 - samples: spi: clean the redundant code
|
Completed in 49 milliseconds