]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/nandsim/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / nandsim / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/nand
4
5 KMOD=   nandsim
6 SRCS=   nandsim.c nandsim_chip.c nandsim_swap.c nandsim_ctrl.c nandsim_log.c\
7         bus_if.h device_if.h vnode_if.h nfc_if.h nand_if.h
8 MFILES= kern/bus_if.m kern/device_if.m\
9         dev/nand/nfc_if.m dev/nand/nand_if.m
10
11 .include <bsd.kmod.mk>