This makes the file name and the variable naming in the file consistent. Reviewed by: sephe Approved by: sephe (mentor) MFC after: 1 week Sponsored by: Microsoft
13 lines
264 B
Makefile
13 lines
264 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/hyperv/pcib \
|
|
${.CURDIR}/../../../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${.CURDIR}/../../../dev/hyperv/pcib
|
|
|
|
.include <bsd.kmod.mk>
|