summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2010-01-17 13:28:06 +0000
committerbz <bz@FreeBSD.org>2010-01-17 13:28:06 +0000
commit1b449b8a1dd7dccad02bfe13ad58386c2ac46663 (patch)
tree1a72b0c5bc1bffbffe8b6fdd53caf32a28c6e129 /sys/modules
parent02d2858a328417a1df543416cf8d539c5035bbbb (diff)
downloadFreeBSD-src-1b449b8a1dd7dccad02bfe13ad58386c2ac46663.zip
FreeBSD-src-1b449b8a1dd7dccad02bfe13ad58386c2ac46663.tar.gz
MFC r201742:
After adding an SDT provider for opencrypto in r199884 we should also depend on opt_kdtrace.h for the module build. Submitted by: (Andre.Albsmeier siemens.com)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile
index 891f7e4..be801db 100644
--- a/sys/modules/crypto/Makefile
+++ b/sys/modules/crypto/Makefile
@@ -16,6 +16,6 @@ SRCS += skipjack.c bf_enc.c bf_skey.c
SRCS += des_ecb.c des_enc.c des_setkey.c
SRCS += sha1.c sha2.c
SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h
-SRCS += opt_ddb.h
+SRCS += opt_ddb.h opt_kdtrace.h
SRCS += camellia.c camellia-api.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud