summaryrefslogtreecommitdiff
path: root/sys/modules/nandemulator/Makefile
blob: ae58b3c3f598e03543f4a2fef28f7797021eef2b (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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>