Introduction
Statistics
Contact
Development
Disclaimer
Help
gopher.rbfh.de home page
ifneq ($(KERNELRELEASE),)
obj-m := nltest.o
else
KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
$(MAKE) -C $(KDIR) M=$(PWD) modules
endif