I am compiling one C file in Ubuntu but I am getting an error in including a header file. My Makefile is as follows:
I\'m working with LKM outside the kernel tree and I want to use some compiling options for my module like MYLKM_CONFIG_{something}. I know that this can be done using the C preprocessing (#define // #
I\'m confronting the Linux kernel build system (Kbuild, kernel ≥2.6.28) with the directory structure and build system for a larger project. Our project contains an out-of-tree Linux kernel module, an
Does anyone know about a good way to accomplish this task? Currently i\'m doing it more ore less this way, but i\'m feeling someway unhappy with this code, unable to say what i could immediately impr