Files
glide/Device3Dfx
guillemj b06c63abed * kinfo.c: Removed.
* kver.c: New file.
	* Makefile: Include kver.mak.
	(KVERS): Move this variable to 'kver.mak', which is a generated file.
	(VERSION_HEADER): New variable to cope with UTS_RELEASE being moved
	from 'linux/version.h' to 'linux/utsrelease.h' in 2.6.18.
	(kver, kver.mak): New targets.
	(KBUILD): New variable.
	(KVER_MAJOR, KVER_MINOR, BUILD_TYPE, MODULE_TDFX): Likewise, moved
	from the generated file 'config'.
	(config, kinfo, kinfo.h): Remove targets.
	(modules, intstall, clean): Do not depend on config target.
	(modules, intstall): Depend on sanity target .
2007-02-06 04:10:21 +00:00
..
2007-02-06 04:10:21 +00:00
2000-04-08 23:32:31 +00:00
2007-02-06 04:10:21 +00:00
2007-02-06 04:10:21 +00:00
2004-08-21 05:57:46 +00:00

Build instructions
------------------

The new build system supports Linux kernel legacy build systems
as used on 2.4.x or earlier and the new kbuild system used on 2.6
and up.

Current make targets are:

	modules
	clean
	install

If your kernel source is in some place different than /usr/src/linux
specify the KSRC variable, like:

	$ make KSRC=~/src/linux

If you want to install in a different base dir specify DESTDIR.