Changes between Version 22 and Version 23 of linux/kernel
- Timestamp:
- 06/18/2020 07:58:08 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/kernel
v22 v23 269 269 [=#modules] 270 270 == Building external (out of tree) kernel modules 271 Video Overview: https://youtu.be/PcrGUiuNBcg 272 271 273 The 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.** 272 274