1
2.PATH:  ${SRCTOP}/sys/dev/ntb/ntb_hw
3
4KMOD    = ntb_hw_intel
5SRCS    = ntb_hw_intel.c
6SRCS += device_if.h bus_if.h pci_if.h ntb_if.h
7
8.include <bsd.kmod.mk>
9