Adding new driver code to linux source code

前端 未结 3 845
故里飘歌
故里飘歌 2020-12-02 11:07

I have developed a Linux device driver. As of now I am compiling it on Ubuntu 12.04 with cross-compiler for arm and then insmoding it in my arm Linux image. But I want to le

3条回答
  •  萌比男神i
    2020-12-02 11:28

    Create patch and add applying of this patch as a step after decompressing kernel tarball and before configuring/compilation.

提交回复
热议问题