mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
netlink: fix standalone module build
This commit is contained in:
parent
963c7b084b
commit
a87d2d1830
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ SRCS = netlink_module.c netlink_domain.c netlink_io.c \
|
|||
netlink_message_parser.c netlink_message_writer.c netlink_generic.c \
|
||||
netlink_route.c route/iface.c route/iface_drivers.c route/neigh.c \
|
||||
route/nexthop.c route/route.c
|
||||
SRCS+= opt_inet.h opt_inet6.h opt_route.h
|
||||
|
||||
EXPORT_SYMS=
|
||||
EXPORT_SYMS+= nlmsg_get_chain_writer
|
||||
|
|
|
|||
Loading…
Reference in a new issue