mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
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)
9 lines
121 B
Makefile
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>
|