Forgot to update userland network versions of modules should now be placed in an

obos_network folder, like kernel version, otherwise their module names root don't match
the NETWORK_MODULES_ROOT ("obos_network/").


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6488 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2004-02-03 12:11:05 +00:00
parent 504447b3ca
commit 9eb55bc1d1
14 changed files with 14 additions and 13 deletions

View File

@ -28,6 +28,7 @@ SimpleTest net_stack_tester :
}
# for convenience: this target builds all userland modules
Depends net_stack_tester : userland_network_modules :
NotFile userland_network_modules ;
Depends userland_network_modules :

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network core ] ;
Addon <userland>core : userland network :
Addon <userland>core : userland obos_network :
cksum.c
core.c
if.c

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network interfaces ethernet ] ;
Addon <userland>ethernet : userland network interfaces :
Addon <userland>ethernet : userland obos_network interfaces :
ethernet.c
;

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network interfaces loopback ] ;
Addon <userland>loopback : userland network interfaces :
Addon <userland>loopback : userland obos_network interfaces :
loopback.c
;

View File

@ -6,7 +6,7 @@ UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libkerne
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network interfaces ppp ] ;
Addon <userland>ppp : userland network interfaces :
Addon <userland>ppp : userland obos_network interfaces :
ppp.cpp
PPPManager.cpp
;

View File

@ -7,7 +7,7 @@ UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libkerne
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network ppp ipcp ] ;
Addon <userland>ipcp : userland network ppp :
Addon <userland>ipcp : userland obos_network ppp :
ipcp.cpp
Protocol.cpp
;

View File

@ -7,7 +7,7 @@ UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libkerne
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network ppp modem ] ;
Addon <userland>pppoe : userland network ppp :
Addon <userland>pppoe : userland obos_network ppp :
modem.cpp
ModemDevice.cpp
ACFCHandler.cpp

View File

@ -7,7 +7,7 @@ UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libkerne
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network ppp pap ] ;
Addon <userland>pap : userland network ppp :
Addon <userland>pap : userland obos_network ppp :
pap.cpp
Protocol.cpp
;

View File

@ -7,7 +7,7 @@ UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libkerne
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network ppp pppoe ] ;
Addon <userland>pppoe : userland network ppp :
Addon <userland>pppoe : userland obos_network ppp :
pppoe.cpp
PPPoEDevice.cpp
DiscoveryPacket.cpp

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network protocols icmp ] ;
Addon <userland>icmp : userland network protocols :
Addon <userland>icmp : userland obos_network protocols :
icmp.c
;

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network protocols ipv4 ] ;
Addon <userland>ipv4 : userland network protocols :
Addon <userland>ipv4 : userland obos_network protocols :
ipv4.c
;

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network protocols raw ] ;
Addon <userland>raw : userland network protocols :
Addon <userland>raw : userland obos_network protocols :
raw.c
;

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network protocols tcp ] ;
Addon <userland>tcp : userland network protocols :
Addon <userland>tcp : userland obos_network protocols :
tcp.c
tcp_debug.c
tcp_input.c

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network protocols udp ] ;
Addon <userland>udp : userland network protocols :
Addon <userland>udp : userland obos_network protocols :
udp.c
;