mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
213 B
Makefile
10 lines
213 B
Makefile
|
|
# $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
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|