]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/hyperv/vmbus/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>