From 67de2db2623a10dc4edec1642b2f8685d5587d7f Mon Sep 17 00:00:00 2001 From: Vladimir Kondratyev Date: Mon, 5 Oct 2020 01:21:08 +0300 Subject: Factor-out hardware-independent part of USB HID support to new module It will be used by the upcoming HID-over-i2C implementation. Should be no-op, except hid.ko module dependency is to be added to affected drivers. Reviewed by: hselasky, manu Differential revision: https://reviews.freebsd.org/D27867 --- sys/modules/hid/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/modules/hid/Makefile (limited to 'sys/modules/hid/Makefile') diff --git a/sys/modules/hid/Makefile b/sys/modules/hid/Makefile new file mode 100644 index 000000000000..bb067adf8375 --- /dev/null +++ b/sys/modules/hid/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +SUBDIR = \ + hid + +.include -- cgit v1.2.3