svn commit: r292796 - stable/10/sys/modules/hyperv/netvsc
Garrett Cooper
ngie at FreeBSD.org
Sun Dec 27 21:02:57 UTC 2015
Author: ngie
Date: Sun Dec 27 21:02:56 2015
New Revision: 292796
URL: https://svnweb.freebsd.org/changeset/base/292796
Log:
MFC r284969:
r284969 (by lwhsu):
- Fix `make depend` in sys/modules
Differential Revision: https://reviews.freebsd.org/D2951
Approved by: delphij
Modified:
stable/10/sys/modules/hyperv/netvsc/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/modules/hyperv/netvsc/Makefile
==============================================================================
--- stable/10/sys/modules/hyperv/netvsc/Makefile Sun Dec 27 20:54:48 2015 (r292795)
+++ stable/10/sys/modules/hyperv/netvsc/Makefile Sun Dec 27 21:02:56 2015 (r292796)
@@ -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-stable-10
mailing list