Missing makefile

2013-07-30 Thread Jerry Stuckle
Hi, all, I hope this is the right list. I'm trying to compile my first module for Debian (right now it doesn't do anything - one step at a time :) ). My makefile is: obj-m = mymodule.o KVERSION = $(shell uname -r) all: make -C /lib/modules/$(KVERSION)/build M-$(PWD) modules clean:

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 2:11 AM, Paul Wise wrote: On Wed, Jul 31, 2013 at 5:05 AM, Jerry Stuckle wrote: I'm trying to compile my first module for Debian (right now it doesn't do anything - one step at a time :) ). My makefile is: obj-m = mymodule.o KVERSION = $(shell uname -r) Looks like you

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 4:39 AM, Ben Hutchings wrote: On Tue, 2013-07-30 at 23:05 -0400, Jerry Stuckle wrote: Hi, all, I hope this is the right list. I'm trying to compile my first module for Debian (right now it doesn't do anything - one step at a time :) ). My makefile is: obj-m = mymodule.o

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 10:32 AM, Ben Hutchings wrote: On Wed, 2013-07-31 at 08:57 -0400, Jerry Stuckle wrote: On 7/31/2013 4:39 AM, Ben Hutchings wrote: On Tue, 2013-07-30 at 23:05 -0400, Jerry Stuckle wrote: Hi, all, I hope this is the right list. I'm trying to compile my first module for Debian

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 11:09 AM, Chris Bannister wrote: On Wed, Jul 31, 2013 at 10:53:33AM -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic here. Correct, but you are more likely to be directed to debian-mentors. Try

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 2:39 PM, Adam D. Barratt wrote: On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic here. Not really, although I realise the longer description on https://lists.debian.org/debian-devel

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 3:46 PM, Ben Hutchings wrote: On Wed, 2013-07-31 at 15:05 -0400, Jerry Stuckle wrote: On 7/31/2013 2:39 PM, Adam D. Barratt wrote: On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic

Re: Missing makefile

2013-07-31 Thread Jerry Stuckle
On 7/31/2013 3:46 PM, Ben Hutchings wrote: On Wed, 2013-07-31 at 15:05 -0400, Jerry Stuckle wrote: On 7/31/2013 2:39 PM, Adam D. Barratt wrote: On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote: And compiling kernel modules is off-topic for debian-user. It should, however, be on-topic