aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e34fae7..3eef0b5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -86,7 +86,7 @@ core-cloc: clean
check:
$(MAKE) -C $(KERNELDIR) M=$(PWD) C=2 CF="-D__CHECK_ENDIAN__" CONFIG_WIREGUARD_DEBUG=y
-include debug.mk
+include tests/debug.mk
.PHONY: all module module-debug tools install clean core-cloc check
endif