mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
7f725bcd5c
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
10 lines
106 B
Makefile
10 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= nandfs
|
|
SRCS+= nandfs.c
|
|
INCS= libnandfs.h
|
|
|
|
CFLAGS += -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|