]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/nandsim/Makefile
Update llvm to trunk r256945.
[FreeBSD/FreeBSD.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
9 .include <bsd.kmod.mk>