mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
Move the NETLINK define into opt_global.h so we can rely on it being set correctly, without having to remember to include opt_netlink.h. This ensures that the NETLINK define is correctly set. If not we may end up with unloadable modules, due to missing symbols (such as nlmsg_get_group_writer). PR: 274306 Reviewed by: imp, markj MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D42179 (cherry picked from commit ab393e9548f8cc0ee28499c411963b798ebb38a5)
10 lines
218 B
Makefile
10 lines
218 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/netinet
|
|
.PATH: ${SRCTOP}/sys/crypto
|
|
|
|
KMOD= carp
|
|
SRCS= ip_carp.c sha1.c
|
|
SRCS+= device_if.h bus_if.h vnode_if.h
|
|
SRCS+= opt_carp.h opt_bpf.h opt_inet.h opt_inet6.h opt_ofed.h
|
|
|
|
.include <bsd.kmod.mk>
|