Be specific about cleaning kernels

This commit is contained in:
Christopher Norris 2019-09-19 21:57:09 +00:00
parent aef6ff821b
commit f5b89c71df
No known key found for this signature in database
GPG Key ID: 5830D1E26F8D20C7

View File

@ -44,7 +44,7 @@ clean:
.PHONY: clean_kernel
clean_kernel:
rm -rf build/linux-[0-9].*
rm -rf build/linux-$(KVER)
.PHONY: clean_ath
clean_ath: