aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-12-01 03:27:16 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-12-01 03:27:16 +0000
commit85e4ae1e13f54066f031aba3ae71e252dc410c21 (patch)
tree9f66c64c7e6b81cbc8e3fe28c96ceeff9710ec56 /sys/modules/hyperv
parent71462f56520b31953924bec34d9b7b1711ad620b (diff)
Notes
Diffstat (limited to 'sys/modules/hyperv')
-rw-r--r--sys/modules/hyperv/netvsc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hyperv/netvsc/Makefile b/sys/modules/hyperv/netvsc/Makefile
index 1d572cb6fef16..ca5f97a5d7ac3 100644
--- a/sys/modules/hyperv/netvsc/Makefile
+++ b/sys/modules/hyperv/netvsc/Makefile
@@ -5,7 +5,7 @@
KMOD= hv_netvsc
SRCS= hn_nvs.c hn_rndis.c if_hn.c
-SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h
+SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h opt_hn.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc