From b7d7ce0f024eb0f54557da90894c6d1ff111c4f8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 29 Sep 2016 21:47:55 +0200 Subject: remote-run: reflect recent makefile changes --- src/tests/debug.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/debug.mk') diff --git a/src/tests/debug.mk b/src/tests/debug.mk index cac4107..6cd14b6 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="tools" --include="noise" --include="crypto" --include="*.mk" --include="*.sh" --include="*.8" --include="*.S" --include="*.c" --include="*.h" --include="Makefile" --exclude="*" -avP #--delete --delete-excluded +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 MAYBE_DEBUG := "debug" ifeq ($(D),0) -- cgit v1.2.3-59-g8ed1b