1 SubDir HAIKU_TOP src add-ons kernel partitioning_systems intel ;
3 UsePrivateHeaders kernel shared storage ;
4 UsePrivateSystemHeaders ;
6 # Assemble the MBR code, and convert it into a header file
7 MBRFLAGS on [ FGristFiles mbr.bin ] = -DMBR_CODE_ONLY ;
8 BuildMBR [ FGristFiles mbr.bin ] : mbr.S ;
10 DataFileToSourceFile [ FGristFiles MBR.h ] : [ FGristFiles mbr.bin ]
13 if $(TARGET_ARCH) = "x86" || $(TARGET_ARCH) = "x86_64" {
14 Depends [ FGristFiles PartitionMapWriter.cpp ] : [ FGristFiles MBR.h ] ;
21 PartitionMapParser.cpp
22 PartitionMapWriter.cpp