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:
Axel Dörfler 2005-10-11 01:17:48 +00:00
parent 0428a0ddc4
commit 83333bf237
2 changed files with 5 additions and 0 deletions

View File

@ -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 */

View File

@ -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