Lines Matching refs:files
67 The 3 files necessary to build Linux device driver are dl2k.c, dl2k.h and
70 Kernels 2.4.7. Copy the files to a directory and enter the following command
261 Q1. Source files contain ^ M behind every line.
262 Make sure all files are Unix file format (no LF). Try the following
263 shell command to convert files.
273 Q2: Could not find header files (*.h) ?
274 To compile the driver, you need kernel header files. After
275 installing the kernel source, the header files are usually located in
277 in Makefile. For some distributions, there is a copy of header files in
280 Note that RH 7.0 didn't provide correct header files in /usr/include,
281 including those files will make a wrong version driver.