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:
@@ -6,12 +6,18 @@ UsePrivateHeaders [ FDirName kernel ] ;
|
|||||||
UsePrivateHeaders [ FDirName storage ] ;
|
UsePrivateHeaders [ FDirName storage ] ;
|
||||||
|
|
||||||
{
|
{
|
||||||
local defines = [ FDefines USER ] ;
|
# local defines = [ FDefines USER ] ;
|
||||||
SubDirCcFlags $(defines) ;
|
# SubDirCcFlags $(defines) ;
|
||||||
SubDirC++Flags $(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 :
|
Addon <partitioning_system>session : userland partitioning_systems :
|
||||||
Debug.cpp
|
Debug.cpp
|
||||||
Disc.cpp
|
Disc.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user