Skip to main content
2 of 2
deleted 16 characters in body
studiohack
  • 13.5k
  • 20
  • 89
  • 118

Where should I put the source files?

I am starting to develop a custom kernel modules, so I have the two related organizational questions:

  1. Where should I put all my source files? I keep the sources in home directory now /home/my-name/workspace and I think it is not a best practice.

  2. What path should I deploy my compiled *.ko files to work correctly?

user83293