Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 08:16:33 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285127 - head/sys/modules/aesni
Message-ID:  <201507040816.t648GXjW032173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmg
Date: Sat Jul  4 08:16:32 2015
New Revision: 285127
URL: https://svnweb.freebsd.org/changeset/base/285127

Log:
  improve dependencies for this module a bit...  not great, but at
  least gives some basics...  I would add them to DPSRC, but due to the
  intrinsics headers, they can't be added...

Modified:
  head/sys/modules/aesni/Makefile

Modified: head/sys/modules/aesni/Makefile
==============================================================================
--- head/sys/modules/aesni/Makefile	Sat Jul  4 07:01:43 2015	(r285126)
+++ head/sys/modules/aesni/Makefile	Sat Jul  4 08:16:32 2015	(r285127)
@@ -21,6 +21,9 @@ aesni_wrap.o: aesni_wrap.c
 	     -mmmx -msse -msse4 -maes ${.IMPSRC}
 	${CTFCONVERT_CMD}
 
+aesni_ghash.o: aesni.h
+aesni_wrap.o: aesni.h
+
 .include <bsd.kmod.mk>
 
 CWARNFLAGS.aesni_ghash.c=	${NO_WCAST_QUAL}



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