mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
14 lines
273 B
Makefile
14 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|