diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-05-31 05:02:15 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-05-31 05:02:15 +0000 |
| commit | b7596ac1876bf43c96f248d4e4c544844d0f86ab (patch) | |
| tree | d82979c1325c3d43f8d8ea9828efeda84f40264e /sys/modules/hyperv | |
| parent | c19cba61e99010baab57ee1391d333d41b60b95e (diff) | |
Notes
Diffstat (limited to 'sys/modules/hyperv')
| -rw-r--r-- | sys/modules/hyperv/hvsock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/hyperv/hvsock/Makefile b/sys/modules/hyperv/hvsock/Makefile index d90d2198c031..b619b4865bed 100644 --- a/sys/modules/hyperv/hvsock/Makefile +++ b/sys/modules/hyperv/hvsock/Makefile @@ -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 \ |
