summaryrefslogtreecommitdiffstats
path: root/sys/modules/nandsim/Makefile
blob: 1dc9501481185de543fe9353855f677ee3a2f5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/nand

KMOD=	nandsim
SRCS=	nandsim.c nandsim_chip.c nandsim_swap.c nandsim_ctrl.c nandsim_log.c\
	bus_if.h device_if.h vnode_if.h nfc_if.h nand_if.h
MFILES=	kern/bus_if.m kern/device_if.m\
	dev/nand/nfc_if.m dev/nand/nand_if.m

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud