summaryrefslogtreecommitdiff
path: root/sys/modules/cryptodev
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2015-11-22 02:01:01 +0000
committerMark Johnston <markj@FreeBSD.org>2015-11-22 02:01:01 +0000
commit7672ca059a716f41cd64daef56493a75d661b166 (patch)
tree4c85d6f5af70563000b28b7106f83909de2cb156 /sys/modules/cryptodev
parent64e13a5801a8db9e0d35b5c7b17ca4e017983c53 (diff)
Notes
Diffstat (limited to 'sys/modules/cryptodev')
-rw-r--r--sys/modules/cryptodev/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cryptodev/Makefile b/sys/modules/cryptodev/Makefile
index cc5ca1234e2d..a82517d5897c 100644
--- a/sys/modules/cryptodev/Makefile
+++ b/sys/modules/cryptodev/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../opencrypto
KMOD = cryptodev
SRCS = cryptodev.c
-SRCS += bus_if.h device_if.h opt_compat.h opt_kdtrace.h
+SRCS += bus_if.h device_if.h opt_compat.h
.include <bsd.kmod.mk>