Refactored the intel partitioning module.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9159 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
569750e57f
commit
93d412b087
@ -4,6 +4,7 @@ SubDir OBOS_TOP src kernel boot loader ;
|
|||||||
UsePrivateHeaders [ FDirName kernel boot platform $(OBOS_BOOT_PLATFORM) ] ;
|
UsePrivateHeaders [ FDirName kernel boot platform $(OBOS_BOOT_PLATFORM) ] ;
|
||||||
UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
||||||
UsePrivateHeaders [ FDirName kernel util ] ;
|
UsePrivateHeaders [ FDirName kernel util ] ;
|
||||||
|
UsePrivateHeaders [ FDirName shared ] ;
|
||||||
UsePrivateHeaders [ FDirName storage ] ;
|
UsePrivateHeaders [ FDirName storage ] ;
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -51,6 +52,7 @@ KernelStaticLibrary boot_partitions :
|
|||||||
apple.cpp
|
apple.cpp
|
||||||
intel.cpp
|
intel.cpp
|
||||||
PartitionMap.cpp
|
PartitionMap.cpp
|
||||||
|
PartitionMapParser.cpp
|
||||||
: -fno-pic
|
: -fno-pic
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -64,7 +66,7 @@ SEARCH on [ FGristFiles amiga_rdb.cpp ]
|
|||||||
SEARCH on [ FGristFiles apple.cpp ]
|
SEARCH on [ FGristFiles apple.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems apple ] ;
|
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems apple ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles intel.cpp PartitionMap.cpp ]
|
SEARCH on [ FGristFiles intel.cpp PartitionMap.cpp PartitionMapParser.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ;
|
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles stage2_crt0.S ]
|
SEARCH on [ FGristFiles stage2_crt0.S ]
|
||||||
|
Loading…
Reference in New Issue
Block a user