svn commit: r201742 - head/sys/modules/crypto

Bjoern A. Zeeb bz at FreeBSD.org
Thu Jan 7 12:58:03 UTC 2010


Author: bz
Date: Thu Jan  7 12:58:03 2010
New Revision: 201742
URL: http://svn.freebsd.org/changeset/base/201742

Log:
  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)
  MFC after:	3 days

Modified:
  head/sys/modules/crypto/Makefile

Modified: head/sys/modules/crypto/Makefile
==============================================================================
--- head/sys/modules/crypto/Makefile	Thu Jan  7 12:06:32 2010	(r201741)
+++ head/sys/modules/crypto/Makefile	Thu Jan  7 12:58:03 2010	(r201742)
@@ -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>


More information about the svn-src-all mailing list