diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2017-05-10 05:28:14 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2017-05-10 05:28:14 +0000 |
| commit | 554e6778b62713515c0b85202c1b74dd75d35a58 (patch) | |
| tree | bf59a3449f6c80623f1de0a44a5b90641bffb0f3 /sys/modules/hyperv/vmbus | |
| parent | 7f20e1614fd1853502f1b9d2b4ec8f1719f9ebfe (diff) | |
Notes
Diffstat (limited to 'sys/modules/hyperv/vmbus')
| -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 e05ce851a4f8..944bf75b0e7b 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -12,6 +12,7 @@ SRCS= hyperv.c \ vmbus_chan.c \ vmbus_et.c \ vmbus_if.c \ + vmbus_res.c \ vmbus_xact.c SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h pci_if.h pcib_if.h vmbus_if.h |
