Author: allanjude
Date: Tue Apr 19 20:56:45 2016
New Revision: 298298
URL: https://svnweb.freebsd.org/changeset/base/298298

Log:
  Link bcache into userboot.so, was not added in r298230
  
  This should help speed up bhyve boots too
  
  Reviewed by:  olivier

Modified:
  head/sys/boot/userboot/userboot/Makefile

Modified: head/sys/boot/userboot/userboot/Makefile
==============================================================================
--- head/sys/boot/userboot/userboot/Makefile    Tue Apr 19 20:56:02 2016        
(r298297)
+++ head/sys/boot/userboot/userboot/Makefile    Tue Apr 19 20:56:45 2016        
(r298298)
@@ -11,6 +11,7 @@ STRIP=
 LIBDIR=                /boot
 
 SRCS=          autoload.c
+SRCS+=         bcache.c
 SRCS+=         biossmap.c
 SRCS+=         bootinfo.c
 SRCS+=         bootinfo32.c
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to