Now also builds as real kernel module.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7921 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-11 21:47:10 +00:00
parent 3d483a1611
commit 86c56a92a6

View File

@ -6,12 +6,18 @@ UsePrivateHeaders [ FDirName kernel ] ;
UsePrivateHeaders [ FDirName storage ] ;
{
local defines = [ FDefines USER ] ;
SubDirCcFlags $(defines) ;
SubDirC++Flags $(defines) ;
# local defines = [ FDefines USER ] ;
# SubDirCcFlags $(defines) ;
# SubDirC++Flags $(defines) ;
}
# For now build a userland version only.
KernelAddon session : kernel partitioning_systems :
Debug.cpp
Disc.cpp
session.cpp
;
# also build a userland version
Addon <partitioning_system>session : userland partitioning_systems :
Debug.cpp
Disc.cpp