diff options
author | sephe <sephe@FreeBSD.org> | 2016-10-17 03:42:11 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-10-17 03:42:11 +0000 |
commit | d64ccac3634c24766c2feab6e8c2b0b1ef9061b0 (patch) | |
tree | a04f8d8c3d4317c91b44dce40417f5afed10ed3d /sys/modules/hyperv | |
parent | 2ae235e70fb28f0ff78d5430b04c8036ee445c30 (diff) | |
download | FreeBSD-src-d64ccac3634c24766c2feab6e8c2b0b1ef9061b0.zip FreeBSD-src-d64ccac3634c24766c2feab6e8c2b0b1ef9061b0.tar.gz |
MFC 303379
hyperv/vmbus: Rename cleaned up bufring code
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D7318
Diffstat (limited to 'sys/modules/hyperv')
-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 ab3f9e7..fe1e7fc 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -4,11 +4,11 @@ ${.CURDIR}/../../../dev/hyperv/vmbus/${MACHINE_CPUARCH} KMOD= hv_vmbus -SRCS= hv_ring_buffer.c \ - hyperv.c \ +SRCS= hyperv.c \ hyperv_busdma.c \ hyperv_machdep.c \ vmbus.c \ + vmbus_br.c \ vmbus_chan.c \ vmbus_et.c SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h vmbus_if.h |