Post, Mark K wrote: > If you do a "make modules" it will only build the modules, and not the > kernel itself. If you then apply a patch to one or more source > files/header files for a given module and do a "make modules" it will > only rebuild that one module. Unless you do a "make clean" or something > like that in between. Also, you can use the SUBDIRS option: $bash:/usr/src/linux/> SUBDIRS=drivers/s390/net make modules or specifically ask make to build what you want: $bash:/usr/src/linux/> make drivers/s390/net/mymodule.ko
cheers, Carsten -- Carsten Otte IBM Linux technology center ARCH=s390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
