1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2015, Olivier MATZ <zer0@droids-corp.org>
6 clean_cmd = rm -rf $(1)
8 # print line used to clean files
10 clean_print_cmd = echo $(call protect_quote,$(call clean_cmd,$1))
12 clean_print_cmd = echo " CLEAN $(CURDIR)"