1# SPDX-License-Identifier: GPL-2.0 2 3.PHONY: clean 4 5clean: 6 find . -name '.*.cmd' -exec rm -f {} \; 7 find . -name '*.[a o]' -exec rm -f {} \;