summaryrefslogtreecommitdiff
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
authorDexuan Cui <dexuan@FreeBSD.org>2016-11-16 09:25:00 +0000
committerDexuan Cui <dexuan@FreeBSD.org>2016-11-16 09:25:00 +0000
commit871c968b3ae6904d1ce7bd08388e5c4c1498fdc9 (patch)
treef95dbb2ee973787cbf435babbd72f14fef3d4e7a /sys/modules/hyperv
parent522c192d38d8ead2d016a8d892cdc0d77d8ad7ba (diff)
Notes
Diffstat (limited to 'sys/modules/hyperv')
-rw-r--r--sys/modules/hyperv/pcib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/hyperv/pcib/Makefile b/sys/modules/hyperv/pcib/Makefile
new file mode 100644
index 000000000000..0ceeecde6583
--- /dev/null
+++ b/sys/modules/hyperv/pcib/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../dev/hyperv/pcib \
+ ${.CURDIR}/../../../dev/hyperv/vmbus
+
+KMOD= vmbus_pcib
+SRCS= pcib.c
+SRCS+= bus_if.h device_if.h vmbus_if.h
+
+CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/pcib
+
+.include <bsd.kmod.mk>