xref: /freebsd/sys/modules/ntb/ntb_transport/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1193d9e76SEnji Cooper.PATH:  ${SRCTOP}/sys/dev/ntb
29a5325c2SAlexander Motin
39a5325c2SAlexander MotinKMOD    = ntb_transport
49a5325c2SAlexander MotinSRCS    = ntb_transport.c
59a5325c2SAlexander MotinSRCS += device_if.h bus_if.h ntb_if.h
69a5325c2SAlexander Motin
7*5bb3134aSKonstantin BelousovEXPORT_SYMS=	YES
8*5bb3134aSKonstantin Belousov
99a5325c2SAlexander Motin.include <bsd.kmod.mk>
10