Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2016 14:42:23 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306104 - head/sys/modules/efirt
Message-ID:  <201609211442.u8LEgNJG096112@repo.freebsd.org>

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



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