1*193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/hyperv/storvsc \ 2*193d9e76SEnji Cooper ${SRCTOP}/sys/dev/hyperv/vmbus \ 37d99ab9fSPeter Grehan 47d99ab9fSPeter GrehanKMOD= hv_storvsc 57d99ab9fSPeter GrehanSRCS = hv_storvsc_drv_freebsd.c \ 67d99ab9fSPeter Grehan hv_vstorage.h 738d19df6SSepherosa ZiehauSRCS+= bus_if.h device_if.h opt_cam.h vmbus_if.h 87d99ab9fSPeter Grehan 9*193d9e76SEnji CooperCFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \ 10*193d9e76SEnji Cooper -I${SRCTOP}/sys/dev/hyperv/vmbus \ 11*193d9e76SEnji Cooper -I${SRCTOP}/sys/dev/hyperv/storvsc 127d99ab9fSPeter Grehan 137d99ab9fSPeter Grehan.include <bsd.kmod.mk> 14