freebsd-nq/sys/modules/hyperv/storvsc/Makefile
Ulrich Spörlein 2d0d168606 Fix make depend, apply a bit of style.
Approved by:	re (marius)
Reviewed by:	grehan
2013-09-28 07:04:03 +00:00

15 lines
328 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/hyperv/storvsc
KMOD= hv_storvsc
SRCS = hv_storvsc_drv_freebsd.c \
hv_vstorage.h
SRCS+= bus_if.h device_if.h opt_cam.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
-I${.CURDIR}/../../../dev/hyperv/vmbus \
-I${.CURDIR}/../../../dev/hyperv/storvsc
.include <bsd.kmod.mk>