aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/debug.mk
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-04-07 22:49:44 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-04-08 01:49:32 +0200
commit1b1d7020877ba762ec3ab31b690ba7f949b9bd91 (patch)
treec052e2ead52312c1f52686c5969e8a64ff6bed65 /src/tests/debug.mk
parentqemu: ensure kernel is configured before headers are installed (diff)
downloadwireguard-monolithic-historical-1b1d7020877ba762ec3ab31b690ba7f949b9bd91.tar.xz
wireguard-monolithic-historical-1b1d7020877ba762ec3ab31b690ba7f949b9bd91.zip
debug: cleanups
Diffstat (limited to '')
-rw-r--r--src/tests/debug.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/debug.mk b/src/tests/debug.mk
index 6cd14b6..9e34e53 100644
--- a/src/tests/debug.mk
+++ b/src/tests/debug.mk
@@ -8,7 +8,7 @@ SSH_OPTS := -q -o ControlMaster=auto -o ControlPath=.ssh-deployment.sock
SSH_OPTS1 := $(SSH_OPTS)-1
SSH_OPTS2 := $(SSH_OPTS)-2
SSH_OPTS3 := $(SSH_OPTS)-3
-RSYNC_OPTS := --include="selftest" --include="tools" --include="tests" --include="crypto" --include="*.mk" --include="*.sh" --include="*.8" --include="*.S" --include="*.c" --include="*.h" --include="Makefile" --include="Kbuild" --exclude="*" -avP #--delete --delete-excluded
+RSYNC_OPTS := --exclude="*.o" --exclude="*.mod.c" --exclude="tests/qemu" --exclude "*.ko" --exclude="*.cmd" -avP
MAYBE_DEBUG := "debug"
ifeq ($(D),0)