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}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"