freebsd-dev/sys/modules/hyperv/netvsc/Makefile
Peter Grehan 7d99ab9fd0 make glue to hook up the hyperv kmods to the build.
Modified from the original Microsoft versions to pull
code/headers in from the sys/contrib/dev directory.
2013-06-15 06:21:17 +00:00

16 lines
339 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/netvsc
KMOD = hv_netvsc
SRCS = hv_net_vsc.c \
hv_netvsc_drv_freebsd.c \
hv_rndis_filter.c
CFLAGS += -I${.CURDIR}/../../../contrib/dev/hyperv/include \
-I${.CURDIR}/../../../contrib/dev/hyperv/netvsc \
-I${.CURDIR}/../../../contrib
.include <bsd.kmod.mk>