aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Kbuild
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-08-22 01:56:00 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-08-22 01:56:00 +0200
commit3d74722cc77309f626887f8e16cd2e47585ed004 (patch)
treeee6d13afb307d6495d83f48e1eebb2240cb3a27d /src/Kbuild
parenthashtables: use rdrand() instead of counter (diff)
downloadwireguard-monolithic-historical-3d74722cc77309f626887f8e16cd2e47585ed004.tar.xz
wireguard-monolithic-historical-3d74722cc77309f626887f8e16cd2e47585ed004.zip
routingtable: hyphen was ugly
Diffstat (limited to 'src/Kbuild')
-rw-r--r--src/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kbuild b/src/Kbuild
index 4c125fa..549623f 100644
--- a/src/Kbuild
+++ b/src/Kbuild
@@ -1,7 +1,7 @@
ccflags-y := -O3 -fvisibility=hidden
ccflags-$(CONFIG_WIREGUARD_DEBUG) := -DDEBUG -g
ccflags-y += -Wframe-larger-than=8192
-wireguard-y := main.o noise.o device.o peer.o timers.o data.o send.o receive.o socket.o config.o hashtables.o routing-table.o ratelimiter.o cookie.o
+wireguard-y := main.o noise.o device.o peer.o timers.o data.o send.o receive.o socket.o config.o hashtables.o routingtable.o ratelimiter.o cookie.o
wireguard-y += crypto/curve25519.o crypto/chacha20poly1305.o crypto/blake2s.o crypto/siphash24.o
ifeq ($(CONFIG_X86_64),y)
wireguard-y += crypto/chacha20-ssse3-x86_64.o crypto/poly1305-sse2-x86_64.o