svn commit: r202474 - stable/7/sys/modules/crypto

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


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

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/7/sys/modules/crypto/Makefile
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

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