2013-06-15 06:21:17 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-07-17 06:30:23 +00:00
|
|
|
.PATH: ${.CURDIR}/../../../dev/hyperv/vmbus \
|
|
|
|
${.CURDIR}/../../../dev/hyperv/utilities
|
2013-06-15 06:21:17 +00:00
|
|
|
|
2013-09-28 07:04:03 +00:00
|
|
|
KMOD= hv_vmbus
|
|
|
|
SRCS= hv_channel.c \
|
2013-06-15 06:21:17 +00:00
|
|
|
hv_channel_mgmt.c \
|
|
|
|
hv_connection.c \
|
|
|
|
hv_hv.c \
|
|
|
|
hv_ring_buffer.c \
|
|
|
|
hv_vmbus_drv_freebsd.c \
|
|
|
|
hv_vmbus_priv.h
|
2013-09-28 07:04:03 +00:00
|
|
|
SRCS+= bus_if.h device_if.h
|
2013-06-15 06:21:17 +00:00
|
|
|
|
2013-07-17 06:30:23 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
|
|
|
|
-I${.CURDIR}/../../../dev/hyperv/vmbus \
|
|
|
|
-I${.CURDIR}/../../../dev/hyperv/utilities
|
2013-06-15 06:21:17 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|