aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/extract-handshakes/Makefile
diff options
context:
space:
mode:
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