Don't build the userland add-ons here anymore.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10173 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2406c27b43
commit
bd38d51e91
@ -8,12 +8,11 @@ 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
|
||||
;
|
||||
|
||||
LinkSharedOSLibs <partitioning_system>amiga_rdb :
|
||||
libkernelland_emu.so
|
||||
libdisk_device_manager.so
|
||||
;
|
||||
#Addon <partitioning_system>amiga_rdb : userland partitioning_systems :
|
||||
# amiga_rdb.cpp
|
||||
# ;
|
||||
#
|
||||
#LinkSharedOSLibs <partitioning_system>amiga_rdb :
|
||||
# libkernelland_emu.so
|
||||
# libdisk_device_manager.so
|
||||
# ;
|
||||
|
@ -8,12 +8,11 @@ KernelAddon apple : kernel partitioning_systems :
|
||||
apple.cpp
|
||||
;
|
||||
|
||||
# For now build a userland version only.
|
||||
Addon <partitioning_system>apple : userland partitioning_systems :
|
||||
apple.cpp
|
||||
;
|
||||
|
||||
LinkSharedOSLibs <partitioning_system>apple :
|
||||
libkernelland_emu.so
|
||||
libdisk_device_manager.so
|
||||
;
|
||||
#Addon <partitioning_system>apple : userland partitioning_systems :
|
||||
# apple.cpp
|
||||
# ;
|
||||
#
|
||||
#LinkSharedOSLibs <partitioning_system>apple :
|
||||
# libkernelland_emu.so
|
||||
# libdisk_device_manager.so
|
||||
# ;
|
||||
|
@ -17,18 +17,16 @@ local session_files =
|
||||
session.cpp
|
||||
;
|
||||
|
||||
Objects $(session_files) ;
|
||||
|
||||
KernelAddon session : kernel partitioning_systems :
|
||||
[ FGristFiles $(session_files:S=$(SUFOBJ)) ]
|
||||
;
|
||||
$(session_files)
|
||||
;
|
||||
|
||||
# also build a userland version
|
||||
Addon <partitioning_system>session : userland partitioning_systems :
|
||||
[ FGristFiles $(session_files:S=$(SUFOBJ)) ]
|
||||
;
|
||||
|
||||
LinkSharedOSLibs <partitioning_system>session :
|
||||
libkernelland_emu.so
|
||||
libdisk_device_manager.so
|
||||
;
|
||||
#Addon <partitioning_system>session : userland partitioning_systems :
|
||||
# [ FGristFiles $(session_files:S=$(SUFOBJ)) ]
|
||||
#;
|
||||
#
|
||||
#LinkSharedOSLibs <partitioning_system>session :
|
||||
# libkernelland_emu.so
|
||||
# libdisk_device_manager.so
|
||||
#;
|
||||
|
Loading…
Reference in New Issue
Block a user