diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-12-01 05:37:29 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-12-01 05:37:29 +0000 |
| commit | 34d68912be15861a2f30b224fc353dd0e5830664 (patch) | |
| tree | 6a1091c83089fdf8c0b3218c6eaebd36611285ae /sys/modules | |
| parent | f8c1525499d405156d24156f2ac9c08964f3315d (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/hyperv/netvsc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/hyperv/netvsc/Makefile b/sys/modules/hyperv/netvsc/Makefile index ca5f97a5d7ac..e2a253320cc7 100644 --- a/sys/modules/hyperv/netvsc/Makefile +++ b/sys/modules/hyperv/netvsc/Makefile @@ -5,7 +5,8 @@ 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 opt_hn.h +SRCS+= bus_if.h device_if.h vmbus_if.h +SRCS+= opt_hn.h opt_inet.h opt_inet6.h opt_rss.h CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc |
