Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 12:58:03 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201742 - head/sys/modules/crypto
Message-ID:  <201001071258.o07Cw39U056857@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001071258.o07Cw39U056857>