xref: /freebsd-14.2/sys/modules/hyperv/storvsc/Makefile (revision d0b2dbfa)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2.PATH:  ${SRCTOP}/sys/dev/hyperv/storvsc \
3	${SRCTOP}/sys/dev/hyperv/vmbus \
4
5KMOD=	hv_storvsc
6SRCS =	hv_storvsc_drv_freebsd.c \
7	hv_vstorage.h
8SRCS+=	bus_if.h device_if.h opt_cam.h vmbus_if.h
9
10CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
11	 -I${SRCTOP}/sys/dev/hyperv/vmbus	\
12	 -I${SRCTOP}/sys/dev/hyperv/storvsc
13
14.include <bsd.kmod.mk>
15

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026