fixdep makefile problem building rtl8180 module for 2.6.1[56] kernel

2006-05-27 Thread Paul Scott
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

makefile problem

2003-02-07 Thread David Wright
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