freebsd-dev/sys/modules/hid/Makefile
Vladimir Kondratyev d97d5c0ce8 hid: Import hidmap-based drivers written by Greg V
This change includes:

hpen    - Generic / MS Windows compatible HID pen tablet driver.
hgame   - Generic game controller and joystick driver.
xb360gp - Xbox360-compatible game controller driver.

Submitted by:	Greg V <greg_unrelenting.technology>
Reviewed by:	hselasky (as part of D27993)
2021-01-08 02:18:44 +03:00

23 lines
199 B
Makefile

# $FreeBSD$
SUBDIR = \
hid \
hidbus \
hidmap \
hidquirk \
hidraw
SUBDIR += \
hconf \
hcons \
hgame \
hkbd \
hms \
hmt \
hpen \
hsctrl \
ps4dshock \
xb360gp
.include <bsd.subdir.mk>