Dexuan Cui 8c582c7c58 hyperv/pcib: change the file name: pcib.c -> vmbus_pcib.c
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
2016-11-18 06:44:18 +00:00

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>