xref: /freebsd/sys/modules/ntb/ntb_tool/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH:  ${SRCTOP}/sys/dev/ntb/test
2
3KMOD	= ntb_tool
4SRCS	= ntb_tool.c
5SRCS	+= device_if.h bus_if.h pci_if.h ntb_if.h
6
7.include <bsd.kmod.mk>
8