Some cleanup after addition of TRIM support.
[dragonfly.git] / sys / vfs / gnu / ext2fs / Makefile
1 # $FreeBSD: src/sys/modules/ext2fs/Makefile,v 1.4.2.1 2002/08/06 14:14:25 mdodd Exp $
2
3 KMOD=   ext2fs
4 SRCS=   opt_ddb.h opt_quota.h opt_suiddir.h \
5         ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_inode_cnv.c \
6         ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c \
7         ext2_subr.c ext2_vfsops.c ext2_vnops.c ext2_bmap.c \
8         ext2_ihash.c ext2_quota.c
9
10 .include <bsd.kmod.mk>