9d40cf60d6
into net/if_infiniband.c and net/infiniband.h . No functional change intended. Differential Revision: https://reviews.freebsd.org/D26254 Reviewed by: melifaro@ MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
11 lines
134 B
Makefile
11 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= if_infiniband
|
|
SRCS= if_infiniband.c \
|
|
opt_inet.h \
|
|
opt_inet6.h
|
|
|
|
.include <bsd.kmod.mk>
|