]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/hyperv/vmbus/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / hyperv / vmbus / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/hyperv/vmbus \
4         ${.CURDIR}/../../../dev/hyperv/utilities
5
6 KMOD=   hv_vmbus
7 SRCS=   hv_channel.c \
8         hv_channel_mgmt.c \
9         hv_connection.c \
10         hv_hv.c \
11         hv_ring_buffer.c \
12         hv_vmbus_drv_freebsd.c \
13         hv_vmbus_priv.h
14 SRCS+=  bus_if.h device_if.h
15
16 CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
17          -I${.CURDIR}/../../../dev/hyperv/vmbus \
18          -I${.CURDIR}/../../../dev/hyperv/utilities
19
20 .include <bsd.kmod.mk>