# SPDX-License-Identifier: GPL-2.0 .PHONY: clean clean: find . -name '.*.cmd' -exec rm -f {} \; find . -name '*.[a o]' -exec rm -f {} \;