summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-19 12:30:07 -0200
committerRenato Botelho <renato@netgate.com>2016-02-19 12:30:07 -0200
commit0122703298a46bed8c81d6430ffe126414556b51 (patch)
tree3c9f583a72eca63e3d6148c84bfbe7f3a5fa70e4 /sys/modules
parentb8ac7a6968caff799a8f2b7eaa7b50a44102e35f (diff)
parent427bb5d10fd29ef038c6a4f6df3160e9c77f1b24 (diff)
downloadFreeBSD-src-0122703298a46bed8c81d6430ffe126414556b51.zip
FreeBSD-src-0122703298a46bed8c81d6430ffe126414556b51.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/hyperv/vmbus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index 11228cd..637157b 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -7,11 +7,12 @@ KMOD= hv_vmbus
SRCS= hv_channel.c \
hv_channel_mgmt.c \
hv_connection.c \
+ hv_et.c \
hv_hv.c \
hv_ring_buffer.c \
hv_vmbus_drv_freebsd.c \
hv_vmbus_priv.h
-SRCS+= bus_if.h device_if.h
+SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
-I${.CURDIR}/../../../dev/hyperv/vmbus \
OpenPOWER on IntegriCloud