Home
last modified time | relevance | path

Searched +defs:clean +defs:dirs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_cmd/
H A DMakefile17 dirs := $(shell find . -maxdepth 1 -type d) macro
18 dirs := $(basename $(patsubst ./%,%,$(dirs))) macro
19 dirs := $(filter-out $(exclude_dirs),$(dirs)) macro
37 clean: $(clean_dirs) target
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py295 def add_filewatch(self, deps, watcher=None, dirs=False): argument
2212 def shutdown(self, clean=True): argument