Files
glide/Device3Dfx
guillemj 6fccc2cbdb * 3dfx_driver.c (HAVE_DEVFS): Define to 1 if
LINUX_VERSION_CODE >= 2.3.46 and LINUX_VERSION_CODE <= 2.6.17 or
	if DEVFS_SUPPORT is defined, define to 0 otherwise.
	(devfs_handle): Only use if HAVE_DEVFS.
	(init_module): Only use devfs_mk_cdev or devfs_register if HAVE_DEVFS.
	(cleanup_module): Only use devfs_remove or devfs_unregister if
	HAVE_DEVFS.
2007-02-06 04:32:58 +00:00
..
2000-04-08 23:32:31 +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.