opnsense-src/sys/modules/hid/hgame/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

9 lines
121 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
KMOD= hgame
SRCS= hgame.c
SRCS+= bus_if.h device_if.h
.include <bsd.kmod.mk>