mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
13 lines
261 B
Makefile
13 lines
261 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/hyperv/hvsock
|
|
|
|
KMOD= hv_sock
|
|
SRCS= hv_sock.c
|
|
SRCS+= hv_sock.h
|
|
SRCS+= device_if.h bus_if.h
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
|
|
-I${SRCTOP}/sys/dev/hyperv/vmbus \
|
|
-I${SRCTOP}/sys/dev/hyperv/hvsock
|
|
|
|
.include <bsd.kmod.mk>
|