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:
parent
504447b3ca
commit
9eb55bc1d1
@ -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 :
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;
|
||||
|
||||
|
@ -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
|
||||
;
|
||||
|
||||
|
@ -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
|
||||
;
|
||||
|
@ -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
|
||||
;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;
|
||||
|
||||
|
@ -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
|
||||
;
|
||||
|
||||
|
@ -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
|
||||
;
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user