The network stack "kernel" modules was previously misplaced under the
misnamed /current/src/add-ons/net directory. Should be into /current/src/add-ons/kernel/network, as they are *kernel* modules add-ons and as they all share the "network/" prefix in their respective module names. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@932 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,19 +1,36 @@
|
||||
SubDir OBOS_TOP src add-ons kernel drivers net stack ;
|
||||
|
||||
UsePrivateHeaders net ;
|
||||
UsePublicHeaders posix ;
|
||||
UsePublicHeaders ;
|
||||
UsePosixHeaders ;
|
||||
|
||||
# a) Userland stack version:
|
||||
|
||||
R5KernelAddon stack : kernel drivers bin :
|
||||
net_stack_driver.c
|
||||
net_userstack_driver.c
|
||||
;
|
||||
|
||||
# For OpenBeOS we should be building the driver objects this way.
|
||||
#KernelObjects
|
||||
# net_userstack_driver.c
|
||||
# :
|
||||
# -fno-pic -D_KERNEL_MODE
|
||||
# ;
|
||||
|
||||
# b) Kernelland stack version:
|
||||
#
|
||||
#R5KernelAddon stack : kernel drivers bin :
|
||||
# net_stack_driver.c
|
||||
# ;
|
||||
#
|
||||
# For OpenBeOS we should be building the kernel stack driver objects this way.
|
||||
#KernelObjects
|
||||
# net_stack_driver.c
|
||||
# :
|
||||
# -fno-pic -D_KERNEL_MODE
|
||||
# ;
|
||||
|
||||
|
||||
# Link to kernel/drivers/dev/net
|
||||
{
|
||||
local dir = [ FDirName $(OBOS_ADDON_DIR) kernel drivers dev net ] ;
|
||||
|
||||
Reference in New Issue
Block a user