aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--contrib/extract-keys/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/extract-keys/Makefile b/contrib/extract-keys/Makefile
index a1dd7a2..8f5901a 100644
--- a/contrib/extract-keys/Makefile
+++ b/contrib/extract-keys/Makefile
@@ -24,4 +24,8 @@ clean:
.PHONY: clean
else
config-m := config.o
+oldsrc := $(src)
+src := $(src)/../../../src
+include $(src)/compat/Kbuild.include
+src := $(oldsrc)
endif