d97d5c0ce8
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)
23 lines
199 B
Makefile
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>
|