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

Re: Missing makefile



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 Hutchings
We get into the habit of living before acquiring the habit of thinking.
                                                              - Albert Camus

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: