From: Gerrit Renker <[EMAIL PROTECTED]>
Date: Mon, 13 Nov 2006 07:34:48 +0000

> Quoting David Miller:
> |  
> |  I can't apply any of this Gerrit.
> |  
> |  What makes net/ipv4/udplite.c get built at all?  I see no
> |  changes to net/ipv4/Makefile, so you must have stuffed up
> |  the generation of your patches.
> This is a misunderstanding: udplite.o will never be built, 
> it is #included in udp.c. Witness
> 
> ==> net/ipv4/udp.c, line 1727:
>       
>       /* the extensions for UDP-Lite (RFC 3828) */
>       #include "udplite.c"
> 
> ==> net/ipv6/udp.c, line 1009:
>       /* the extensions for UDP-Lite (RFC 3828) */
>       #include "udplite.c"

Sorry I misread this.

I'm not a huge fan of source file inclusion like this.
It's not a header file, it contains code.

Is there a way to build this as a seperate object somehow?
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to