lkml.org 
[lkml]   [1998]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Promised patch 2.1.108
Date
From
dalecki@cs.net.pl said:
> -ifeq ($(CONFIG_NET),y)
> +ifeq ($(CONFIG_INET),y)
> L_OBJS += Space.o net_init.o loopback.o
> endif

That's not really correct. It should be possible to build with devices but no
TCP/IP in an ideal world, say on an Appletalk only machine. That's a pretty
unlikely case though I grant you. What you should really do is have a top
level "Network device support" option and make those files depend on it.

> -ifdef CONFIG_NET
> +ifdef CONFIG_INET
> O_OBJS += dev.o dev_mcast.o dst.o neighbour.o rtnetlink.o utils.o

Same there. This undoes all the work that was done to make the net core less
dependent on INET.

p.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:43    [W:0.042 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site