xref: /freebsd/sys/modules/ntb/ntb_hw_plx/Makefile (revision ed9652da5f7debd222f71c25cf8480ed790bea6e)
1*ed9652daSAlexander Motin# $FreeBSD$
2*ed9652daSAlexander Motin
3*ed9652daSAlexander Motin.PATH:  ${SRCTOP}/sys/dev/ntb/ntb_hw
4*ed9652daSAlexander Motin
5*ed9652daSAlexander MotinKMOD    = ntb_hw_plx
6*ed9652daSAlexander MotinSRCS    = ntb_hw_plx.c
7*ed9652daSAlexander MotinSRCS += device_if.h bus_if.h pci_if.h ntb_if.h
8*ed9652daSAlexander Motin
9*ed9652daSAlexander Motin.include <bsd.kmod.mk>
10