summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2015-07-04 08:16:32 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2015-07-04 08:16:32 +0000
commit64ff224dd5ca007b4b1a86c0ffce3859fc19af7f (patch)
treeaa86440d5a825c8164fad7b87c2b002709f0ab83
parentd5fc115a1ac4bafbeee15ca86d17742555a9db4a (diff)
Notes
-rw-r--r--sys/modules/aesni/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/aesni/Makefile b/sys/modules/aesni/Makefile
index bfba745e86af..97cbc5dcffa9 100644
--- a/sys/modules/aesni/Makefile
+++ b/sys/modules/aesni/Makefile
@@ -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}