Re: Using automake in conjunction with kbuild Makefile

2006-11-13 Thread Steve Kreyer
Hi Stepan, first of all thanks for the fast answer. Stepan Kasal wrote: Hello Steve, I do not have any experience with kbuilt, but I'll try to generate some hins anyway: On Mon, Nov 13, 2006 at 11:48:29AM +0100, Steve Kreyer wrote: DEFAULT_INCLUDES = [EMAIL PROTECTED]@ two nits ab

Re: Using automake in conjunction with kbuild Makefile

2006-11-13 Thread Stepan Kasal
Hello Steve, I do not have any experience with kbuilt, but I'll try to generate some hins anyway: On Mon, Nov 13, 2006 at 11:48:29AM +0100, Steve Kreyer wrote: > DEFAULT_INCLUDES = [EMAIL PROTECTED]@ two nits about this line: No need to use @..@, use $(abs_top_srcdir) instead. Why do you re-def

Using automake in conjunction with kbuild Makefile

2006-11-13 Thread Steve Kreyer
Hi, I have a source package where a kernel driver is included. I want to distribute this package with autotools. Now I have a problem that I don't really know how automake and the kbuild Makefile can work together... I have the following Makefile.am: