Re: Misleading Makefile samples for Linux ?

2003-03-04 Thread David Woodhouse
On Mon, 2003-03-03 at 16:09, David Dawes wrote: Is it safe these days to unconditionally use /lib/modules/`uname -r`/build for $LINUX_SRC_DIR? It's probably as good a _default_ as any. We shouldn't make it too hard to change though. Will a single Makefile.kernel work for all versions of the

Re: Misleading Makefile samples for Linux ?

2003-03-03 Thread Leif Delgass
On Mon, 3 Mar 2003, David Dawes wrote: On Mon, Mar 03, 2003 at 03:53:32PM +, David Woodhouse wrote: On Fri, 2003-02-28 at 17:31, David Dawes wrote: Makefile.kernel was supposed to the a Makefile suitable for dropping into the kernel source tree's drivers/char/drm directory. It's never

Misleading Makefile samples for Linux ?

2003-02-28 Thread Martin Spott
I find the Makefile samples in: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/ a bit misleading. For instance the mga_irq.c, r128_irq.c and radeon_irq.c don't get included (they live in os-support/shared/drm/kernel/). Is this the intended behaviour ? Unless I link the 'irq' stuff

Re: Misleading Makefile samples for Linux ?

2003-02-28 Thread Michel Dänzer
On Fre, 2003-02-28 at 15:51, Michel Dänzer wrote: On Fre, 2003-02-28 at 15:41, Martin Spott wrote: I find the Makefile samples in: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/ a bit misleading. For instance the mga_irq.c, r128_irq.c and radeon_irq.c don't get included

Re: Misleading Makefile samples for Linux ?

2003-02-28 Thread Martin Spott
Michel D?nzer [EMAIL PROTECTED] wrote: Are you using Makefile.kernel instead of Makefile.linux? I don't know what the latter is for, I asked on dri-devel a while ago but didn't get any replies. Makefile.kernel is supposed to be a sample for how the Makefile in the kernel tree should look

Re: Misleading Makefile samples for Linux ?

2003-02-28 Thread Sven Luther
On Fri, Feb 28, 2003 at 12:31:53PM -0500, David Dawes wrote: On Fri, Feb 28, 2003 at 03:51:04PM +0100, Michel Dänzer wrote: On Fre, 2003-02-28 at 15:41, Martin Spott wrote: I find the Makefile samples in: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/ a bit misleading.