NetBSD/sys/modules/nandemulator/Makefile
ahoka 2b6ee22130 Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
 - Flash layer, which gives a common API to access flash devices
 - NAND controller subsystem for the flash layer
 - An example OMAP driver which is used on BeagleBoard or alike ARM boards
2011-02-26 18:07:13 +00:00

12 lines
207 B
Makefile

# $NetBSD: Makefile,v 1.1 2011/02/26 18:07:32 ahoka Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/nand
KMOD= nandemulator
#IOCONF= nandemulator.ioconf
SRCS= nandemulator.c
.include <bsd.kmodule.mk>