diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-08-11 05:49:49 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-08-11 05:49:49 +0000 |
| commit | 6212aa15fc7b7de8e2b5e57c8593f2d592ebd192 (patch) | |
| tree | bd9df1fb82afd5ef0b9360e463fbd274471c8644 /sys/modules/hyperv | |
| parent | c357102c5b8f95736c596ebaae3d39a821b26595 (diff) | |
Notes
Diffstat (limited to 'sys/modules/hyperv')
| -rw-r--r-- | sys/modules/hyperv/vmbus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile index fe1e7fc9ed48..14eacf5a085e 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -10,7 +10,8 @@ SRCS= hyperv.c \ vmbus.c \ vmbus_br.c \ vmbus_chan.c \ - vmbus_et.c + vmbus_et.c \ + vmbus_xact.c SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h vmbus_if.h # XXX: for assym.s |
