Merge pull request #112 from ifbizo/cleankernel

Fix clean kernel command to support more versions
This commit is contained in:
SolidHal 2019-10-07 01:52:19 +00:00 committed by GitHub
commit d9632f677f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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