sid - 2.6.15 or 2.6.16 486 kernels:
I am trying to build a module for the Realtek rtl8180 chip (Linksys
WPC11 ver. 4 wireless card). I get an error which was supposed to have
been fixed in December (according to Debian bugs):
make -C /lib/modules/2.6.16-1-486/build SUBDIRS= MODVERDIR= module
Can anyone help me out with the a makefile problem?
I have a large number of subdirectories filled with simple sample
programs. I want to do the following
for each subdirectory {
cd subdirectory
if Makefile exists {
make
} else {
for each .c file {
$(CC
2 matches
Mail list logo