File: README

package info (click to toggle)
device3dfx 2007.02.06-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 128 kB
  • ctags: 131
  • sloc: ansic: 735; makefile: 227; sh: 74
file content (20 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.