aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hid/u2f/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hid/u2f/Makefile')
-rw-r--r--sys/modules/hid/u2f/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/hid/u2f/Makefile b/sys/modules/hid/u2f/Makefile
new file mode 100644
index 000000000000..227e7154035b
--- /dev/null
+++ b/sys/modules/hid/u2f/Makefile
@@ -0,0 +1,8 @@
+.PATH: ${SRCTOP}/sys/dev/hid
+
+KMOD= u2f
+SRCS= u2f.c
+SRCS+= opt_hid.h opt_usb.h
+SRCS+= bus_if.h device_if.h
+
+.include <bsd.kmod.mk>