mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/ntb/test
|
|
|
|
KMOD = ntb_tool
|
|
SRCS = ntb_tool.c
|
|
SRCS += device_if.h bus_if.h pci_if.h ntb_if.h
|
|
|
|
.include <bsd.kmod.mk>
|