Changes in / [22ceff3a:1f131fb9] in mainline
- Files:
-
- 18 deleted
- 3 edited
-
boot/Makefile.common (modified) (2 diffs)
-
uspace/Makefile (modified) (2 diffs)
-
uspace/Makefile.common (modified) (1 diff)
-
uspace/lib/ext4/Makefile (deleted)
-
uspace/lib/ext4/libext4.h (deleted)
-
uspace/lib/ext4/libext4_block_group.c (deleted)
-
uspace/lib/ext4/libext4_block_group.h (deleted)
-
uspace/lib/ext4/libext4_directory.c (deleted)
-
uspace/lib/ext4/libext4_directory.h (deleted)
-
uspace/lib/ext4/libext4_extent.c (deleted)
-
uspace/lib/ext4/libext4_extent.h (deleted)
-
uspace/lib/ext4/libext4_filesystem.c (deleted)
-
uspace/lib/ext4/libext4_filesystem.h (deleted)
-
uspace/lib/ext4/libext4_inode.c (deleted)
-
uspace/lib/ext4/libext4_inode.h (deleted)
-
uspace/lib/ext4/libext4_superblock.c (deleted)
-
uspace/lib/ext4/libext4_superblock.h (deleted)
-
uspace/srv/fs/ext4fs/Makefile (deleted)
-
uspace/srv/fs/ext4fs/ext4fs.c (deleted)
-
uspace/srv/fs/ext4fs/ext4fs.h (deleted)
-
uspace/srv/fs/ext4fs/ext4fs_ops.c (deleted)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r22ceff3a r1f131fb9 75 75 $(USPACE_PATH)/srv/loc/loc \ 76 76 $(USPACE_PATH)/srv/bd/rd/rd \ 77 $(USPACE_PATH)/srv/vfs/vfs \ 78 79 # TODO: For comfort ext4fs debugging - delete before merge 80 INIT_TASKS += $(USPACE_PATH)/srv/bd/ata_bd/ata_bd 77 $(USPACE_PATH)/srv/vfs/vfs 81 78 82 79 ifeq ($(RDFMT),tmpfs) … … 109 106 $(USPACE_PATH)/srv/fs/exfat/exfat \ 110 107 $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \ 111 $(USPACE_PATH)/srv/fs/ext4fs/ext4fs \112 108 $(USPACE_PATH)/srv/taskmon/taskmon \ 113 109 $(USPACE_PATH)/srv/net/nil/eth/eth \ -
uspace/Makefile
r22ceff3a r1f131fb9 88 88 srv/fs/locfs \ 89 89 srv/fs/ext2fs \ 90 srv/fs/ext4fs \91 90 srv/hid/console \ 92 91 srv/hid/s3c24xx_ts \ … … 186 185 lib/nic \ 187 186 lib/ext2 \ 188 lib/ext4 \189 187 lib/usb \ 190 188 lib/usbhost \ -
uspace/Makefile.common
r22ceff3a r1f131fb9 115 115 116 116 LIBEXT2_PREFIX = $(LIB_PREFIX)/ext2 117 LIBEXT4_PREFIX = $(LIB_PREFIX)/ext4118 117 119 118 LIBUSB_PREFIX = $(LIB_PREFIX)/usb
Note:
See TracChangeset
for help on using the changeset viewer.
