On Fri, Jul 11, 2025 at 09:34:43PM +0530, Bandhan Pramanik wrote:
Hello,
I really couldn't find on the internet how to compile a single file now that I have compiled the whole kernel.
Any ways to do that?
If you apply the patch (cd to the linux/ directory, then "patch -p1 < email-file"), then run whatever "make" command you used before, it should rebuild that file and relink the whole kernel.
Bjorn