Remove the networking code until it's ready.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@133 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid
2002-07-12 14:53:25 +00:00
parent 46f728924e
commit 4cb55da05c
2 changed files with 4 additions and 29 deletions
+3 -28
View File
@@ -127,12 +127,6 @@ KernelLd kernel
<$(SOURCE_GRIST)!core>thread.o
<$(SOURCE_GRIST)!core>timer.o
<$(SOURCE_GRIST)!core!net>pools.o
<$(SOURCE_GRIST)!core!net>nhash.o
<$(SOURCE_GRIST)!core!net>mbuf.o
<$(SOURCE_GRIST)!core!net>net.o
<$(SOURCE_GRIST)!core!net>socket.o
linkhack.so
libbus.a
@@ -176,12 +170,6 @@ KernelLd kernel.so
<$(SOURCE_GRIST)!core>thread.o
<$(SOURCE_GRIST)!core>timer.o
<$(SOURCE_GRIST)!core!net>pools.o
<$(SOURCE_GRIST)!core!net>nhash.o
<$(SOURCE_GRIST)!core!net>mbuf.o
<$(SOURCE_GRIST)!core!net>net.o
<$(SOURCE_GRIST)!core!net>socket.o
linkhack.so
libbus.a
@@ -710,19 +698,6 @@ KernelLd filetest :
bin/filetest
;
KernelLd sockettest :
libglue2.o
<$(SOURCE_GRIST)!apps!sockettest>main.o
libc.so
libm.so
:
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
:
:
:
bin/sockettest
;
KernelLd loop :
<$(SOURCE_GRIST)!add-ons!net!loopback>loop.o
kernel.so
@@ -836,11 +811,11 @@ KernelLd uname :
bin/uname
;
WriteKernelConfig $(OBOS_KERNEL_CONFIG) ;
#WriteKernelConfig $(OBOS_KERNEL_CONFIG) ;
BuildKernel $(OBOS_KERNEL) : $(OBOS_KERNEL_CONFIG) ;
#BuildKernel $(OBOS_KERNEL) : $(OBOS_KERNEL_CONFIG) ;
KernelFloppyImage $(OBOS_FLOPPY) : $(OBOS_KERNEL) : $(SUBDIR)/boot/arch/$(OBOS_ARCH)/bootblock.bin ;
#KernelFloppyImage $(OBOS_FLOPPY) : $(OBOS_KERNEL) : $(SUBDIR)/boot/arch/$(OBOS_ARCH)/bootblock.bin ;
SubInclude OBOS_TOP src kernel boot ;
SubInclude OBOS_TOP src kernel core ;
+1 -1
View File
@@ -40,4 +40,4 @@ SubInclude OBOS_TOP src kernel core addons ;
SubInclude OBOS_TOP src kernel core arch ;
SubInclude OBOS_TOP src kernel core fs ;
SubInclude OBOS_TOP src kernel core vm ;
SubInclude OBOS_TOP src kernel core net ;
#SubInclude OBOS_TOP src kernel core net ;