diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 2015-07-04 08:16:32 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 2015-07-04 08:16:32 +0000 |
commit | 64ff224dd5ca007b4b1a86c0ffce3859fc19af7f (patch) | |
tree | aa86440d5a825c8164fad7b87c2b002709f0ab83 | |
parent | d5fc115a1ac4bafbeee15ca86d17742555a9db4a (diff) |
Notes
-rw-r--r-- | sys/modules/aesni/Makefile | 3 |
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} |