NetBSD/sys/modules/tmpfs/Makefile
rmind fc8b3b7154 Replace tmpfs_pool custom allocator code with a simpler layer for memory
accounting.  Use wired memory (which can be limited) for meta-data, and
kmem(9) for string allocations.

Close PR/31944.  Fix PR/38361 while here.  OK ad@.
2010-06-22 18:32:07 +00:00

12 lines
243 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/06/22 18:32:08 rmind Exp $
.include "../Makefile.inc"
.PATH: ${S}/fs/tmpfs
KMOD= tmpfs
SRCS= tmpfs_fifoops.c tmpfs_mem.c tmpfs_specops.c tmpfs_subr.c \
tmpfs_vfsops.c tmpfs_vnops.c
.include <bsd.kmodule.mk>