diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-25 23:01:32 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-25 23:26:35 +0200 |
commit | 38c18b1364f7afa358b1a96464c0a4d6f737c78f (patch) | |
tree | 4048844deb9625c25f874e56ad336e9d0642d0df /src/crypto/Kbuild.include | |
parent | b161ec0f59cb93132fe6289f2b19a2fb7f893595 (diff) |
crypto: rename DEBUG to SELFTEST
Also we make selftest errors of type err, so that they're obvious in
dmesg.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto/Kbuild.include')
-rw-r--r-- | src/crypto/Kbuild.include | 1 |
1 files changed, 1 insertions, 0 deletions
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 |