More busy-talk about counters
[comedi.git] / Documentation / comedi / FAQ
1
2 1. I get the error message:
3
4 Makefile:14: /usr/src/linux/.config: No such file or directory
5 make: *** No rule to make target `/usr/src/linux/.config'.  Stop.
6
7
8 It means you don't have the file /usr/src/linux/.config.  This file
9 contains all the configuration information about your linux kernel,
10 which comedi needs in order to compile correctly.  Some distributions
11 don't contain this file, so you will need to create your own, by
12 compiling your own kernel.  This file is automatically created
13 when you run 'make config', the first step in compiling a kernel.
14
15