Changes between Version 22 and Version 23 of linux/kernel


Ignore:
Timestamp:
06/18/2020 07:58:08 PM (4 years ago)
Author:
Cale Collins
Comment:

added video overview for building oot kernel module

Legend:

Unmodified
Added
Removed
Modified
  • linux/kernel

    v22 v23  
    269269[=#modules]
    270270== Building external (out of tree) kernel modules
     271Video Overview: https://youtu.be/PcrGUiuNBcg
     272
    271273The Linux 'kbuild' system is used by the Linux kernel for kernel configuration. Linux kernel modules must use kbuild to stay compatible with the changes in the build infrastructure. A kernel module can be built stand-alone either 'in tree' (within the directory structure of the linux kernel) or 'out of tree' (aka 'external') meaning it exists in a directory of its own outside of the linux source tree.  **Kernel headers are not needed to build kernel modules, use the kernel source for this.** 
    272274