Re: [kbuild-devel] Link lib to a kernel module

2006-10-25 Thread Oleg Verych
On 2006-10-25, Matthias Fechner wrote: [] > Makefile: > KDIR:= /lib/modules/$(shell uname -r)/build > PWD := $(shell pwd) there's $(CURDIR), just in case... - Using Tomcat but need to do more? Need to support web se

Re: [kbuild-devel] Link lib to a kernel module

2006-10-25 Thread Matthias Fechner
Hello Oleg, * Oleg Verych <[EMAIL PROTECTED]> [24-10-06 12:11]: > `Documentation/kbuild' directory in your linux sources. > `makefiles.txt' about `lib-y', > `modules.txt' about modules. I was now successfull with: hello_lib.h: int printHello(int); hello_lib.c int printHello(int count) { int