summaryrefslogtreecommitdiffstats
path: root/sys/modules/nandfs
diff options
context:
space:
mode:
authorgber <gber@FreeBSD.org>2012-05-17 10:11:18 +0000
committergber <gber@FreeBSD.org>2012-05-17 10:11:18 +0000
commit6f7c7353004e2ff9709b326a4008ce8ea63d9270 (patch)
treea325137a898341311de8641f7212e28b7d87950e /sys/modules/nandfs
parent661b9d94414ea6d11d5b7960aef1f172975ce52b (diff)
downloadFreeBSD-src-6f7c7353004e2ff9709b326a4008ce8ea63d9270.zip
FreeBSD-src-6f7c7353004e2ff9709b326a4008ce8ea63d9270.tar.gz
Import work done under project/nand (@235533) into head.
The NAND Flash environment consists of several distinct components: - NAND framework (drivers harness for NAND controllers and NAND chips) - NAND simulator (NANDsim) - NAND file system (NAND FS) - Companion tools and utilities - Documentation (manual pages) This work is still experimental. Please use with caution. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks
Diffstat (limited to 'sys/modules/nandfs')
-rw-r--r--sys/modules/nandfs/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/nandfs/Makefile b/sys/modules/nandfs/Makefile
new file mode 100644
index 0000000..3c67539
--- /dev/null
+++ b/sys/modules/nandfs/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../fs/nandfs
+
+KMOD= nandfs
+SRCS= vnode_if.h \
+ bmap.c nandfs_bmap.c nandfs_dir.c nandfs_subr.c nandfs_vfsops.c \
+ nandfs_vnops.c nandfs_alloc.c nandfs_cpfile.c nandfs_dat.c \
+ nandfs_ifile.c nandfs_segment.c nandfs_sufile.c nandfs_buffer.c \
+ nandfs_cleaner.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud