On Sun, 9 Jul 2000 15:20:46 -0700 (PDT), 
Suvani Kaura <[EMAIL PROTECTED]> 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".


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to