Added the intel partition module to the boot loader build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4553 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -10,6 +10,7 @@ UsePrivateHeaders [ FDirName storage ] ;
|
|||||||
_BOOT_MODE
|
_BOOT_MODE
|
||||||
BOOT_SUPPORT_PARTITION_AMIGA
|
BOOT_SUPPORT_PARTITION_AMIGA
|
||||||
BOOT_SUPPORT_PARTITION_APPLE
|
BOOT_SUPPORT_PARTITION_APPLE
|
||||||
|
BOOT_SUPPORT_PARTITION_INTEL
|
||||||
;
|
;
|
||||||
|
|
||||||
defines = [ FDefines $(defines) ] ;
|
defines = [ FDefines $(defines) ] ;
|
||||||
@@ -23,11 +24,15 @@ KernelStaticLibrary boot_loader :
|
|||||||
partitions.cpp
|
partitions.cpp
|
||||||
heap.cpp
|
heap.cpp
|
||||||
stdio.cpp
|
stdio.cpp
|
||||||
list.c
|
|
||||||
|
|
||||||
|
# partition modules
|
||||||
amiga_rdb.cpp
|
amiga_rdb.cpp
|
||||||
apple.cpp
|
apple.cpp
|
||||||
|
intel.cpp
|
||||||
|
PartitionMap.cpp
|
||||||
|
|
||||||
|
# utils
|
||||||
|
list.c
|
||||||
kernel_cpp.cpp
|
kernel_cpp.cpp
|
||||||
:
|
:
|
||||||
-fno-builtin
|
-fno-builtin
|
||||||
@@ -56,6 +61,9 @@ 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 ]
|
||||||
|
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles stage2_crt0.S ]
|
SEARCH on [ FGristFiles stage2_crt0.S ]
|
||||||
= [ FDirName $(OBOS_TOP) src kernel boot arch $(OBOS_ARCH) ] ;
|
= [ FDirName $(OBOS_TOP) src kernel boot arch $(OBOS_ARCH) ] ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user