1a560f3ebSWei Hu 2a560f3ebSWei Hu.PATH: ${SRCTOP}/sys/dev/hyperv/hvsock 3a560f3ebSWei Hu 4a560f3ebSWei HuKMOD= hv_sock 5a560f3ebSWei HuSRCS= hv_sock.c 6a560f3ebSWei HuSRCS+= hv_sock.h 7*b7596ac1SLi-Wen HsuSRCS+= device_if.h bus_if.h 8a560f3ebSWei Hu 9a560f3ebSWei HuCFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \ 10a560f3ebSWei Hu -I${SRCTOP}/sys/dev/hyperv/vmbus \ 11a560f3ebSWei Hu -I${SRCTOP}/sys/dev/hyperv/hvsock 12a560f3ebSWei Hu 13a560f3ebSWei Hu.include <bsd.kmod.mk> 14