How to do it on a high level? Given that I know what to modify in the code.

Also, I won’t want to rebuild the parts of the kernel that aren’t necessary. The Wifi driver should be rebuild in isolation, that is.

  • cuenca@lemm.eeOP
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    After that, essentially you just configure it to build it as a module if it’s not already a module, and you can run make only on the module to speed up builds.

    How to “just” configure it?