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