summaryrefslogtreecommitdiffstats
path: root/cmake/FindCheckPatch.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup FindKernel cmake macros, add more error checksSimon Rettberg2023-06-071-1/+1
|
* [BUILD] CheckPatch: Quote variable to avoid error if emptySimon Rettberg2021-10-191-1/+1
| | | | | | | | | | The variable is most likely empty if the according kernel headers directory was deleted. However, as it currently stands, cmake is complaining about too few arguments, which isn't really helpful to the user. Instead, quote the variable to make cmake finish, and have the actual compile process of the kernel module fail, which will yield a much more helpful error message.
* [BUILD] Enable lint targets if lint programs are foundManuel Bentele2021-03-111-0/+31