aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/extract-handshakes/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-02-01 00:48:25 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-02-01 00:53:30 +0100
commit1ad6b17c35d98677459b32fdbeba1129b80c5995 (patch)
tree540e9fb1bef472ea64200a5b485d40a86f4379e1 /contrib/extract-handshakes/Makefile
parentman: document dynamic debug trick for Linux (diff)
downloadwireguard-tools-1ad6b17c35d98677459b32fdbeba1129b80c5995.tar.xz
wireguard-tools-1ad6b17c35d98677459b32fdbeba1129b80c5995.zip
extract-{handshakes,keys}: rework for upstream kernel
Now that WireGuard has been upstreamed and the repos split, we have to look elsewhere for these headers. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'contrib/extract-handshakes/Makefile')
-rw-r--r--contrib/extract-handshakes/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/extract-handshakes/Makefile b/contrib/extract-handshakes/Makefile
index 77b42f1..241b0d5 100644
--- a/contrib/extract-handshakes/Makefile
+++ b/contrib/extract-handshakes/Makefile
@@ -20,10 +20,5 @@ clean:
.PHONY: clean
else
-offset-finder-m := offset-finder.o
-oldsrc := $(src)
-src := $(src)/../../../src
-include $(src)/compat/Kbuild.include
-include $(src)/crypto/Kbuild.include
-src := $(oldsrc)
+obj-m := offset-finder.o
endif