| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup FindKernel cmake macros, add more error checks | Simon Rettberg | 2023-06-07 | 1 | -1/+1 |
| | | |||||
| * | [BUILD] CheckPatch: Quote variable to avoid error if empty | Simon Rettberg | 2021-10-19 | 1 | -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 found | Manuel Bentele | 2021-03-11 | 1 | -0/+31 |
