Now builds as real kernel module as well.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7920 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,6 +4,10 @@ UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
||||
UsePrivateHeaders [ FDirName kernel ] ;
|
||||
UsePrivateHeaders [ FDirName storage ] ;
|
||||
|
||||
KernelAddon amiga_rdb : kernel partitioning_systems :
|
||||
amiga_rdb.cpp
|
||||
;
|
||||
|
||||
# For now build a userland version only.
|
||||
Addon <partitioning_system>amiga_rdb : userland partitioning_systems :
|
||||
amiga_rdb.cpp
|
||||
|
||||
@@ -4,6 +4,10 @@ UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
||||
UsePrivateHeaders [ FDirName kernel ] ;
|
||||
UsePrivateHeaders [ FDirName storage ] ;
|
||||
|
||||
KernelAddon apple : kernel partitioning_systems :
|
||||
apple.cpp
|
||||
;
|
||||
|
||||
# For now build a userland version only.
|
||||
Addon <partitioning_system>apple : userland partitioning_systems :
|
||||
apple.cpp
|
||||
|
||||
Reference in New Issue
Block a user