Skip to content

Commit

Permalink
net: Include WireGuard
Browse files Browse the repository at this point in the history
Signed-off-by: Albert I <[email protected]>
Change-Id: I3c21207715d02267e2d79f2c6a3849555d61479f
  • Loading branch information
krasCGQ authored and dereference23 committed Aug 19, 2021
1 parent 868447d commit 8cd90e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ config INET
Short answer: say Y.

if INET
source "net/wireguard/src/Kconfig"
source "net/ipv4/Kconfig"
source "net/ipv6/Kconfig"
source "net/netlabel/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ obj-$(CONFIG_NET) += $(tmp-y)
obj-$(CONFIG_LLC) += llc/
obj-$(CONFIG_NET) += ethernet/ 802/ sched/ netlink/ bpf/
obj-$(CONFIG_NETFILTER) += netfilter/
obj-$(CONFIG_WIREGUARD) += wireguard/
obj-$(CONFIG_INET) += ipv4/
obj-$(CONFIG_TLS) += tls/
obj-$(CONFIG_XFRM) += xfrm/
Expand Down
1 change: 1 addition & 0 deletions net/wireguard/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_WIREGUARD) += src/

0 comments on commit 8cd90e3

Please sign in to comment.