diff options
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/hyperv/vmbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile index df83d0a..b152b4d 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -4,12 +4,12 @@ ${.CURDIR}/../../../dev/hyperv/vmbus/${MACHINE_CPUARCH} KMOD= hv_vmbus -SRCS= hv_channel.c \ - hv_ring_buffer.c \ +SRCS= hv_ring_buffer.c \ hyperv.c \ hyperv_busdma.c \ hyperv_machdep.c \ vmbus.c \ + vmbus_chan.c \ vmbus_et.c SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h vmbus_if.h |