]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ntb/ntb_tool/Makefile
Merge openmp trunk r366426, resolve conflicts, and add FREEBSD-Xlist.
[FreeBSD/FreeBSD.git] / sys / modules / ntb / ntb_tool / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/ntb/test
4
5 KMOD    = ntb_tool
6 SRCS    = ntb_tool.c
7 SRCS    += device_if.h bus_if.h pci_if.h ntb_if.h
8
9 .include <bsd.kmod.mk>