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

Re: Missing makefile



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 are talking about a Linux kernel module. How about
getting that merged into the upstream Linux kernel instead of
packaging it separately?


Because this is a specialized module to handle interrupts in a hardware controller. It is not general purpose.


Reply to: