svn commit: r361660 - head/sys/modules/hyperv/hvsock

Li-Wen Hsu lwhsu at FreeBSD.org
Sun May 31 05:02:16 UTC 2020


Author: lwhsu
Date: Sun May 31 05:02:15 2020
New Revision: 361660
URL: https://svnweb.freebsd.org/changeset/base/361660

Log:
  Fix directly building in sys/modules
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/modules/hyperv/hvsock/Makefile

Modified: head/sys/modules/hyperv/hvsock/Makefile
==============================================================================
--- head/sys/modules/hyperv/hvsock/Makefile	Sun May 31 03:44:13 2020	(r361659)
+++ head/sys/modules/hyperv/hvsock/Makefile	Sun May 31 05:02:15 2020	(r361660)
@@ -5,6 +5,7 @@
 KMOD=	hv_sock
 SRCS=	hv_sock.c
 SRCS+=	hv_sock.h
+SRCS+=	device_if.h bus_if.h
 
 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include	\
 	 -I${SRCTOP}/sys/dev/hyperv/vmbus	\


More information about the svn-src-head mailing list