]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ntb/ntb_transport/Makefile
MFV r345495:
[FreeBSD/FreeBSD.git] / sys / modules / ntb / ntb_transport / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/ntb
4
5 KMOD    = ntb_transport
6 SRCS    = ntb_transport.c
7 SRCS += device_if.h bus_if.h ntb_if.h
8
9 .include <bsd.kmod.mk>