svn commit: r202473 - stable/8/sys/modules/crypto

Bjoern A. Zeeb bz at FreeBSD.org
Sun Jan 17 13:28:07 UTC 2010


Author: bz
Date: Sun Jan 17 13:28:06 2010
New Revision: 202473
URL: http://svn.freebsd.org/changeset/base/202473

Log:
  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)

Modified:
  stable/8/sys/modules/crypto/Makefile
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/modules/crypto/Makefile
==============================================================================
--- stable/8/sys/modules/crypto/Makefile	Sun Jan 17 13:24:28 2010	(r202472)
+++ stable/8/sys/modules/crypto/Makefile	Sun Jan 17 13:28:06 2010	(r202473)
@@ -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