svn commit: r306104 - head/sys/modules/efirt

Konstantin Belousov kib at FreeBSD.org
Wed Sep 21 14:42:24 UTC 2016


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>


More information about the svn-src-head mailing list