]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - sys/modules/hyperv/vmbus/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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_et.c \
11         hv_hv.c \
12         hv_ring_buffer.c \
13         hv_vmbus_drv_freebsd.c \
14         hv_vmbus_priv.h
15 SRCS+=  acpi_if.h bus_if.h device_if.h opt_acpi.h
16
17 CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
18          -I${.CURDIR}/../../../dev/hyperv/vmbus \
19          -I${.CURDIR}/../../../dev/hyperv/utilities
20
21 .include <bsd.kmod.mk>