Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2018 08:32:39 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331346 - head/sys/modules/blake2
Message-ID:  <201803220832.w2M8WddP036142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803220832.w2M8WddP036142>