Lines Matching full:files
27 # build a list of files to remove, usually relative to the current
30 __clean-files := \
31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
38 __clean-files += $(always) $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
40 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
42 # clean-files is given relative to the current directory, unless it
46 __clean-files := $(wildcard \
47 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
48 $(filter $(objtree)/%, $(__clean-files)))
53 cmd_clean = rm -rf $(__clean-files)
56 ifneq ($(strip $(__clean-files)),)