(no subject)

From: Khimenko Victor (khim@sch57.msk.ru)
Date: Sun Jul 09 2000 - 20:46:42 EDT

  • Next message: Michael Mess: "isdn driver (direct line access without using ttyI)"

    In <20000709222046.16920.qmail@web5203.mail.yahoo.com> Suvani Kaura (bg24096@yahoo.com) wrote:
    > Hi All

    > 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

    Yes, of course. Make does not have built-in telepathy so how it can guess
    what to do with your .c file: compile in kernel, compile in kernel or not
    use it at all and which kernel options are needed to make it usable ?

    > or would "make dep" and "make zImage" automatically take care of it.

    No. "make dep" will handle only '#include' dependences, dependences for .c
    is MUCH more complicated issue.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Sun Jul 09 2000 - 21:04:57 EDT