From 64ff224dd5ca007b4b1a86c0ffce3859fc19af7f Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 4 Jul 2015 08:16:32 +0000 Subject: [PATCH] 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... --- sys/modules/aesni/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 CWARNFLAGS.aesni_ghash.c= ${NO_WCAST_QUAL}