diff options
author | sephe <sephe@FreeBSD.org> | 2016-06-06 05:55:37 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-06-06 05:55:37 +0000 |
commit | 10afae237a7eee7dac5042ebfa7d999a66fa1e9f (patch) | |
tree | cd298c09b1362bb13eaa062cf1e437230bd68add /sys/modules/hyperv/vmbus/Makefile | |
parent | bebfa78b46985538274dbd148fea1e11a6538f2f (diff) | |
download | FreeBSD-src-10afae237a7eee7dac5042ebfa7d999a66fa1e9f.zip FreeBSD-src-10afae237a7eee7dac5042ebfa7d999a66fa1e9f.tar.gz |
hyperv: Move machine dependent bits into machine dependent files.
MFC after: 1 week
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D6701
Diffstat (limited to 'sys/modules/hyperv/vmbus/Makefile')
-rw-r--r-- | sys/modules/hyperv/vmbus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile index d4c7d8b..6dfec94 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -10,6 +10,7 @@ SRCS= hv_channel.c \ hv_ring_buffer.c \ hyperv.c \ hyperv_busdma.c \ + hyperv_machdep.c \ vmbus.c \ vmbus_et.c SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h |