Jan Birke wrote:
> Hi,
>
> I'm stuck with some Makefile issues concerning a kernel module using
> RTnet. My default Makefile for building a module looks like this:
>
> ifneq ($(KERNELRELEASE),)
> obj-m := module.o
>
> else
> KDIR := /lib/modules/$(shell uname -r)/build
> PWD := $(shell pwd)
>
>
Hi,
I'm stuck with some Makefile issues concerning a kernel module using
RTnet. My default Makefile for building a module looks like this:
ifneq ($(KERNELRELEASE),)
obj-m := module.o
else
KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
$(MAKE) -C $(KDIR) SU
2 matches
Mail list logo