From a91f2d36b5819c4f76d513ffbc5e3344b796b5f4 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 25 Sep 2018 23:01:32 +0200 Subject: crypto: rename DEBUG to SELFTEST Also we make selftest errors of type err, so that they're obvious in dmesg. --- src/crypto/Kbuild.include | 1 + 1 file changed, 1 insertion(+) (limited to 'src/crypto/Kbuild.include') diff --git a/src/crypto/Kbuild.include b/src/crypto/Kbuild.include index 0ccae77..7ac24dd 100644 --- a/src/crypto/Kbuild.include +++ b/src/crypto/Kbuild.include @@ -44,3 +44,4 @@ ccflags-$(CONFIG_ZINC_ARCH_ARM) += -DCONFIG_ZINC_ARCH_ARM ccflags-$(CONFIG_ZINC_ARCH_ARM64) += -DCONFIG_ZINC_ARCH_ARM64 ccflags-$(CONFIG_ZINC_ARCH_MIPS) += -DCONFIG_ZINC_ARCH_MIPS ccflags-$(CONFIG_ZINC_ARCH_MIPS64) += -DCONFIG_ZINC_ARCH_MIPS64 +ccflags-$(CONFIG_WIREGUARD_DEBUG) += -DCONFIG_ZINC_SELFTEST -- cgit v1.2.3-59-g8ed1b