Missed those with the previous commit: added tarfs to the boot loader build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14345 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0428a0ddc4
commit
83333bf237
@ -66,6 +66,7 @@ class Partition : public Node, public partition_data {
|
||||
#define kPartitionTypeHFSPlus "HFS+ Filesystem"
|
||||
#define kPartitionTypeISO9660 "ISO9660 Filesystem"
|
||||
#define kPartitionTypeReiser "Reiser Filesystem"
|
||||
#define kPartitionTypeTarFS "TAR Filesystem"
|
||||
#define kPartitionTypeUDF "UDF Filesystem"
|
||||
|
||||
// structure definitions as used in the boot loader
|
||||
@ -87,5 +88,6 @@ struct file_system_module_info {
|
||||
|
||||
extern file_system_module_info gBFSFileSystemModule;
|
||||
extern file_system_module_info gAmigaFFSFileSystemModule;
|
||||
extern file_system_module_info gTarFileSystemModule;
|
||||
|
||||
#endif /* KERNEL_BOOT_PARTITIONS_H */
|
||||
|
@ -8,6 +8,9 @@ KernelLd boot_loader :
|
||||
# file systems
|
||||
boot_bfs.a
|
||||
boot_amiga_ffs.a
|
||||
boot_tarfs.a
|
||||
|
||||
libz.a
|
||||
|
||||
# libroot functions needed by the stage2 boot loader
|
||||
<$(SOURCE_GRIST)!libroot!os!arch!$(OBOS_ARCH)>byteorder.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user