svn commit: r284969 - head/sys/modules/hyperv/netvsc

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Jun 30 19:35:15 UTC 2015


Author: lwhsu (ports committer)
Date: Tue Jun 30 19:35:14 2015
New Revision: 284969
URL: https://svnweb.freebsd.org/changeset/base/284969

Log:
  - Fix `make depend` in sys/modules
  
  Differential Revision:	https://reviews.freebsd.org/D2951
  Approved by:	delphij

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

Modified: head/sys/modules/hyperv/netvsc/Makefile
==============================================================================
--- head/sys/modules/hyperv/netvsc/Makefile	Tue Jun 30 19:18:08 2015	(r284968)
+++ head/sys/modules/hyperv/netvsc/Makefile	Tue Jun 30 19:35:14 2015	(r284969)
@@ -6,7 +6,7 @@ KMOD=	hv_netvsc
 SRCS=	hv_net_vsc.c \
 	hv_netvsc_drv_freebsd.c \
 	hv_rndis_filter.c
-SRCS+=	bus_if.h device_if.h
+SRCS+=	bus_if.h device_if.h opt_inet.h opt_inet6.h
 
 CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
 


More information about the svn-src-all mailing list