git: a87d2d183093 - main - netlink: fix standalone module build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Oct 2022 21:40:06 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=a87d2d1830933b81caaf30a67a4bef0a253ecd0b
commit a87d2d1830933b81caaf30a67a4bef0a253ecd0b
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2022-10-04 21:38:40 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2022-10-04 21:38:40 +0000
netlink: fix standalone module build
---
sys/modules/netlink/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/modules/netlink/Makefile b/sys/modules/netlink/Makefile
index 046ecf5a2961..eb166ac42ea6 100644
--- a/sys/modules/netlink/Makefile
+++ b/sys/modules/netlink/Makefile
@@ -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