Results 1 to 3 of 3
Hi. I'm starting out in writing device drivers. Let's say I have a simple source code named test.c and the latest linux kernel source code, where do I put test.c ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-19-2009 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 12
Hello World device driver kernel compile
Hi. I'm starting out in writing device drivers. Let's say I have a simple source code named test.c and the latest linux kernel source code, where do I put test.c and where do I put the Makefile with the obj-m: test.o thing? Should I make a new folder named "tests" from the root directory?
Thanks in advance.
- 05-19-2009 #2
Is "test" a kernel module or is it going to be statically included in the kernel?
Debian GNU/Linux -- You know you want it.
- 05-22-2009 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 12


Reply With Quote

