[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Missing makefile



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
KVERSION = $(shell uname -r)
all:
	make -C /lib/modules/$(KVERSION)/build M-$(PWD) modules
[...]

You typed 'M-' instead of 'M='.

Ben.


Ben,

Thanks for catching that (it must have been later than I thought last night :) ).

However, that didn't change the problem. I still get the missing Makefile message.


Reply to: