diff options
| author | Abdelkader Boudih <freebsd@seuros.com> | 2026-07-12 17:11:07 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2026-07-12 17:11:10 +0000 |
| commit | 4085d1991e2a9e155e3d928955ce8ba53512b8da (patch) | |
| tree | 8780135991df817f5728d250849b129a0890a0c3 /sys/modules/hid/hidwacom | |
| parent | 7aa34e12c9e198bf8b7e74370ff702def5ec2649 (diff) | |
Diffstat (limited to 'sys/modules/hid/hidwacom')
| -rw-r--r-- | sys/modules/hid/hidwacom/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/hid/hidwacom/Makefile b/sys/modules/hid/hidwacom/Makefile new file mode 100644 index 000000000000..011e47e9c160 --- /dev/null +++ b/sys/modules/hid/hidwacom/Makefile @@ -0,0 +1,8 @@ +.PATH: ${SRCTOP}/sys/dev/hid + +KMOD= hidwacom +SRCS= hidwacom.c +SRCS+= opt_hid.h +SRCS+= bus_if.h device_if.h usbdevs.h + +.include <bsd.kmod.mk> |
