ext4 extents support
This commit is contained in:
parent
9ac3297ba4
commit
ce4ddb5149
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2012/05/10 07:51:34 riastradh Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2016/06/03 15:36:25 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
KMOD= ext2fs
|
||||
SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
|
||||
ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c ext2fs_rename.c \
|
||||
ext2fs_subr.c ext2fs_vfsops.c ext2fs_vnops.c
|
||||
ext2fs_extents.c ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c \
|
||||
ext2fs_rename.c ext2fs_subr.c ext2fs_vfsops.c ext2fs_vnops.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user