On Sun, 9 Jul 2000 15:20:46 -0700 (PDT), Suvani Kaura <bg24096@yahoo.com> wrote: >I have a question about compiling the linux kernel. I >have added new .c and .h files to the Linux >networking (linux/net/ipv4) and include >(linux/include/net) directories. Do I have to make any >changes to the makefile or would "make dep" and "make >zImage" automatically take care of it. The .h files are not a problem, they are picked up automatically. Edit linux/{net,ipv4}/Makefile to tell make to compile your .c files. See linux/Documentation/DocBook/kernel-hacking.tmpl, under "Putting Your Stuff in the Kernel". - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.rutgers.edu