Linux: modpost does not build anything

前端 未结 12 1108
-上瘾入骨i
-上瘾入骨i 2020-12-20 14:58

I am having problems getting any kernel modules to build on my machine. Whenever I build a module, modpost always says there are zero modules:

MODPOST 0 modu         


        
12条回答
  •  梦毁少年i
    2020-12-20 15:25

    I was able to solve this problem by putting the

    obj-m += .o
    

    In a separate file named Kbuild. See Linux/documentation/kbuild/modules.txt for a hint as to why this might work

提交回复
热议问题