mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
12 lines
152 B
Makefile
12 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= if_infiniband
|
|
SRCS= if_infiniband.c \
|
|
opt_inet.h \
|
|
opt_inet6.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|