← Back to team overview

freeonhyper-v team mailing list archive

bug in sys/modules/hyperv/vmbus/Makefile

 

In the /usr/src/sys/modules/hyperv/vmbus/Makefile
....
hv_vmbus_drv_freebsd.c \
vmbus_priv.h \
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
....

should be

....
hv_vmbus_drv_freebsd.c \
hv_vmbus_priv.h \
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
....