1*998acbc1SVag Singh# $FreeBSD$ 2*998acbc1SVag Singh 3*998acbc1SVag Singh.PATH: ${SRCTOP}/sys/dev/hyperv/hvuio \ 4*998acbc1SVag Singh ${SRCTOP}/sys/dev/hyperv/vmbus 5*998acbc1SVag Singh 6*998acbc1SVag SinghKMOD= hv_uio 7*998acbc1SVag SinghSRCS= hv_uio.c 8*998acbc1SVag SinghSRCS+= device_if.h bus_if.h vmbus_if.h 9*998acbc1SVag Singh 10*998acbc1SVag SinghCFLAGS+= -I${SRCTOP}/sys/dev/hyperv/hvuio 11*998acbc1SVag Singh 12*998acbc1SVag Singh.include <bsd.kmod.mk> 13