Re: Red Hat 6.1 version.h modifications

Miquel van Smoorenburg (miquels@cistron.nl)
Wed, 6 Oct 1999 16:32:43 +0200


According to kernel@kvack.org:
> On 6 Oct 1999, Miquel van Smoorenburg wrote:
> > On my (Debian) system, /usr/include/linux is _not_ a symlink to
> > /usr/src/linux/include/linux and hasn't been for ages.
>
> Please explain how third party modules are to be compiled on such a
> system? I have frequently have users calling tech support that need to
> know.

#! /usr/bin/make

CFLAGS += -I/usr/src/linux-`uname -r` -I/usr/src/linux

Mike.

-- 
First things first, but not necessarily in that order.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/