diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-05-23 06:35:11 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-05-23 06:35:11 +0000 |
| commit | 7e118515caa04e48cd36432cabc70adcb098fa3e (patch) | |
| tree | 556591f8f98bd885d312d510651842ffcbdcb6c9 /sys/modules/hyperv | |
| parent | ec607da0e51174f9fc2c0df8a13eb069d28dc29b (diff) | |
Notes
Diffstat (limited to 'sys/modules/hyperv')
| -rw-r--r-- | sys/modules/hyperv/vmbus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile index 8187146ae9dc..cfbd2cf66c07 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -11,7 +11,8 @@ SRCS= hv_channel.c \ hv_hv.c \ hv_ring_buffer.c \ hv_vmbus_drv_freebsd.c \ - hv_vmbus_priv.h + hv_vmbus_priv.h \ + hyperv_busdma.c SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h # XXX: for assym.s |
