New comment by ILadis on void-packages repository https://github.com/void-linux/void-packages/issues/26257#issuecomment-724240467 Comment: I dont' want to compile a package but rather build another/external kernel module/driver for the current available kernel. I'd compare that with having to install a `devel` package in order to include its header files an compile it against the available system library. I'd also like to mention that I could compile the kernel scripts with the `rpi-kernel-headers-4.19.127` just fine. The kernel module/driver I'm talking about can be found here: [github.com/lwfinger/rtl8188eu](https://github.com/lwfinger/rtl8188eu/tree/v4.1.8_9499#compiling--building). I had no issue compiling its source against the previouse `rpi-kernel-4.19.127` and `rpi-kernel-headers-4.19.127`. That is why I assume something is missing from the current `rpi-kernel-headers-5.*` that was present before. I am by no means an expert on this field. So any help and hints are appreciated.