Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要修改 Shamu msm 内核以启用驱动程序模块的加载。当我尝试在 shamu_defconfig 中使用以下标志时,出现构建错误。
CONFIG_MODULES=y
Shamu 内核中启用的模块加载是否有任何依赖关系?
您需要使用make menuconfig命令来启用可加载模块。它将遵循您所需的所有依赖项。
make menuconfig