radxa-repo / bsp

Radxa BSP Build Tool
https://radxa-repo.github.io/bsp/
GNU General Public License v3.0
42 stars 48 forks source link

Is it possible to support the command to compile the kernel module separately? #103

Closed Qianhao2579 closed 2 months ago

Qianhao2579 commented 2 months ago

Is it possible to support the command to compile the kernel module separately?

RadxaYuntian commented 2 months ago

This is not a usage we will support. Linux kernel module should be distributed with the kernel itself to ensure they are ABI compatible. If you need to support out-of-tree modules you should look into dkms.