Changes in / [655cc56:00a8f1b] in mainline
- Files:
-
- 16 added
- 3 edited
-
boot/Makefile.common (modified) (1 diff)
-
uspace/Makefile (modified) (2 diffs)
-
uspace/Makefile.common (modified) (1 diff)
-
uspace/lib/ext4/Makefile (added)
-
uspace/lib/ext4/libext4.h (added)
-
uspace/lib/ext4/libext4_block_group.c (added)
-
uspace/lib/ext4/libext4_block_group.h (added)
-
uspace/lib/ext4/libext4_directory.c (added)
-
uspace/lib/ext4/libext4_directory.h (added)
-
uspace/lib/ext4/libext4_filesystem.c (added)
-
uspace/lib/ext4/libext4_filesystem.h (added)
-
uspace/lib/ext4/libext4_inode.c (added)
-
uspace/lib/ext4/libext4_inode.h (added)
-
uspace/lib/ext4/libext4_superblock.c (added)
-
uspace/lib/ext4/libext4_superblock.h (added)
-
uspace/srv/fs/ext4fs/Makefile (added)
-
uspace/srv/fs/ext4fs/ext4fs.c (added)
-
uspace/srv/fs/ext4fs/ext4fs.h (added)
-
uspace/srv/fs/ext4fs/ext4fs_ops.c (added)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r655cc56 r00a8f1b 106 106 $(USPACE_PATH)/srv/fs/exfat/exfat \ 107 107 $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \ 108 $(USPACE_PATH)/srv/fs/ext4fs/ext4fs \ 108 109 $(USPACE_PATH)/srv/taskmon/taskmon \ 109 110 $(USPACE_PATH)/srv/hw/netif/ne2000/ne2000 \ -
uspace/Makefile
r655cc56 r00a8f1b 88 88 srv/fs/locfs \ 89 89 srv/fs/ext2fs \ 90 srv/fs/ext4fs \ 90 91 srv/hid/console \ 91 92 srv/hid/s3c24xx_ts \ … … 190 191 lib/net \ 191 192 lib/ext2 \ 193 lib/ext4 \ 192 194 lib/usb \ 193 195 lib/usbhost \ -
uspace/Makefile.common
r655cc56 r00a8f1b 115 115 116 116 LIBEXT2_PREFIX = $(LIB_PREFIX)/ext2 117 LIBEXT4_PREFIX = $(LIB_PREFIX)/ext4 117 118 118 119 LIBUSB_PREFIX = $(LIB_PREFIX)/usb
Note:
See TracChangeset
for help on using the changeset viewer.
