aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv/pcib
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hyperv/pcib')
-rw-r--r--sys/modules/hyperv/pcib/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/hyperv/pcib/Makefile b/sys/modules/hyperv/pcib/Makefile
new file mode 100644
index 000000000000..aa2566461d03
--- /dev/null
+++ b/sys/modules/hyperv/pcib/Makefile
@@ -0,0 +1,11 @@
+.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
+SRCS+= opt_acpi.h
+
+CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/pcib
+
+.include <bsd.kmod.mk>