5be6559058
MFC after: 2 weeks
10 lines
154 B
Makefile
10 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>
|