mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/hyperv/pcib \
|
|
${SRCTOP}/sys/dev/hyperv/vmbus
|
|
|
|
KMOD= vmbus_pcib
|
|
SRCS= vmbus_pcib.c
|
|
SRCS+= bus_if.h device_if.h pci_if.h pcib_if.h vmbus_if.h
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/pcib
|
|
|
|
.include <bsd.kmod.mk>
|