C++ for the kernel added to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3702 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-06-27 23:03:45 +00:00
parent fb68886768
commit 2aa93388f3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@ KernelLd kernel.so :
libvm.a
lib$(OBOS_ARCH).a
libdrivers.a
libkernel_util.a
linkhack.so
+1 -1
View File
@@ -47,4 +47,4 @@ SubInclude OBOS_TOP src kernel core arch ;
SubInclude OBOS_TOP src kernel core disk_device_manager ;
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 util ;