If it is module then u need not compile the whole kernel. You just have to compile the module and do a insmod of that module. If it a kernel component then make and make bzImage would do. No need to do the make config stuff and all. HTH, raghu On Thu, 24 Apr 2003, ISLERO77@telefonica.net wrote: > > Hi: > > I have no many experience in Linux, and I'm trying to make some changes > in a module, concretely in a Netfilter module (I have selected it in xconfig > as a module) > > Now, when I make any simple change in the code, I'm compiling the kernel > (make xconfig, make dep , make clean, make bzImage, .....) so I'm losing a > lot of time. > > My question is if is it necessary to make all these stpes to see the changes > made in the code, or if I can do that by another faster way. > > Thank you very much. > > Juan. > > > -- > Kernelnewbies: Help each other learn about the Linux kernel. > Archive: http://mail.nl.linux.org/kernelnewbies/ > FAQ: http://kernelnewbies.org/faq/ > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/