Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 25) sorted by relevance

/bsp/samd21/sam_d2x_asflib/common/utils/make/
A DMakefile.avr.in4 # 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 DMakefile55 all: clean $(TARGET_O)
65 .PHONY: all clean
67 clean: target
/bsp/samd21/sam_d2x_asflib/sam0/utils/make/
A DMakefile.sam.in4 # 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 Dmakefile3 .PHONY: debug boot all clean menuconfig
38 clean: target
A DREADME.md152 1. 完成配置后,使用以下指令进行clean和重新编译
/bsp/phytium/aarch64/
A Dmakefile3 .PHONY: debug boot all clean menuconfig
38 clean: target
A DREADME.md161 1. 完成配置后,使用以下指令进行clean和重新编译
/bsp/hifive1/
A DMakefile6 clean: target
/bsp/sparkfun-redv/
A DMakefile6 clean: target
/bsp/nxp/imx/imx6ul/
A DMakefile6 clean: target
/bsp/maxim/libraries/MAX32660PeriphDriver/CMSIS/Device/Maxim/MAX32660/Source/GCC/
A Dgcc.mk76 .PHONY: clean
77 clean:
88 ifneq (${MAKECMDGOALS},clean)
/bsp/raspberry-pico/RP2350/
A DSConstruct33 if GetOption('clean'):
/bsp/raspberry-pico/RP2040/
A DSConstruct33 if GetOption('clean'):
/bsp/rockchip/rk3500/
A DTaishanpi-RK3566_CN.md159 ![rockchip-clean](./figures/rockchip-clean.jpg)
178 ![rockchip-clean](./figures/rufus.jpg)
A DTaishanpi-RK3566_ZH.md157 ![rockchip-clean](./figures/rockchip-clean.jpg)
176 ![rockchip-clean](./figures/rufus.jpg)
/bsp/nrf5x/
A DREADME.md107 …要清空之前的配置,为了防止误操作,可以选择将nrf52840的目录下面的内容全部执行`git reset --hard` 之后重复上述操作,然后执行`git clean -xfd`清理掉无效的文件
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/gcc/m4f/
A Dmakefile185 clean: target
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/iar/m4f/
A Dmakefile186 clean: target
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/ccs/m4f/
A Dmakefile185 clean: target
/bsp/xuantie/virt64/c906/
A DREADME.md99 If you have compiled before, you can clean it up:
102 scons --clean
A DREADME_cn.md103 scons --clean
/bsp/qemu-virt64-riscv/
A DREADME.md121 If you have compiled before, you can clean it up:
124 $ scons --clean
A DREADME_cn.md124 $ scons --clean
/bsp/synopsys/boards/
A DSConstruct97 help = 'to clean embarc_lib')
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md874 - samples: spi: clean the redundant code

Completed in 49 milliseconds