aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv/hid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hyperv/hid/Makefile')
-rw-r--r--sys/modules/hyperv/hid/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/hyperv/hid/Makefile b/sys/modules/hyperv/hid/Makefile
new file mode 100644
index 000000000000..40b991065d2a
--- /dev/null
+++ b/sys/modules/hyperv/hid/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${SRCTOP}/sys/dev/hyperv/input
+
+KMOD= hv_hid
+SRCS= hv_hid.c
+SRCS+= bus_if.h device_if.h hid_if.h vmbus_if.h
+
+CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
+ -I${SRCTOP}/sys/dev/hyperv/vmbus
+
+.include <bsd.kmod.mk>