Author: kib
Date: Wed Sep 21 14:42:23 2016
New Revision: 306104
URL: https://svnweb.freebsd.org/changeset/base/306104

Log:
  Hopefully, fix build of the module outside the kernel tree.
  
  Sponsored by: The FreeBSD Foundation
  MFC after:    2 weeks

Modified:
  head/sys/modules/efirt/Makefile

Modified: head/sys/modules/efirt/Makefile
==============================================================================
--- head/sys/modules/efirt/Makefile     Wed Sep 21 14:19:01 2016        
(r306103)
+++ head/sys/modules/efirt/Makefile     Wed Sep 21 14:42:23 2016        
(r306104)
@@ -4,5 +4,6 @@
 
 KMOD=  efirt
 SRCS=  efirt.c
+SRCS+=  device_if.h bus_if.h
 
 .include <bsd.kmod.mk>
_______________________________________________
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