diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-27 09:27:08 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-27 09:27:08 +0000 |
| commit | dc831186e32a0fbb7452d890f9ca459e192bae1d (patch) | |
| tree | 86357637520f66ea158cb3f305e16565a21cb259 /sys/modules/hyperv/vmbus/Makefile | |
| parent | 6a5d9be9fe56f8cffa872e4af2ca8a817fd557a5 (diff) | |
Notes
Diffstat (limited to 'sys/modules/hyperv/vmbus/Makefile')
| -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 b152b4d08784..ea7154f60eed 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 |
