1323032Smav# $FreeBSD: stable/11/sys/modules/ntb/ntb_hw_plx/Makefile 323032 2017-08-30 21:16:32Z mav $
2323032Smav
3323032Smav.PATH:  ${SRCTOP}/sys/dev/ntb/ntb_hw
4323032Smav
5323032SmavKMOD    = ntb_hw_plx
6323032SmavSRCS    = ntb_hw_plx.c
7323032SmavSRCS += device_if.h bus_if.h pci_if.h ntb_if.h
8323032Smav
9323032Smav.include <bsd.kmod.mk>
10