svn commit: r331346 - head/sys/modules/blake2

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Mar 22 08:32:40 UTC 2018


Author: lwhsu (ports committer)
Date: Thu Mar 22 08:32:39 2018
New Revision: 331346
URL: https://svnweb.freebsd.org/changeset/base/331346

Log:
  Fix build.
  
  Reviewed by:	cem
  Differential Revision:	https://reviews.freebsd.org/D14793

Modified:
  head/sys/modules/blake2/Makefile

Modified: head/sys/modules/blake2/Makefile
==============================================================================
--- head/sys/modules/blake2/Makefile	Thu Mar 22 06:31:05 2018	(r331345)
+++ head/sys/modules/blake2/Makefile	Thu Mar 22 08:32:39 2018	(r331346)
@@ -80,7 +80,7 @@ SRCS	+= string.h
 
 SRCS	+= blake2_cryptodev.c
 
-SRCS	+= opt_param.h cryptodev_if.h
+SRCS	+= opt_param.h cryptodev_if.h bus_if.h device_if.h
 
 WARNS	?= 6
 


More information about the svn-src-all mailing list