mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
Submitted by: Greg V <greg_AT_unrelenting_DOT_technology> Reviewed by: imp, wulf MFC after: 1 week Differential revision: https://reviews.freebsd.org/D28995
10 lines
156 B
Makefile
10 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= ps4dshock
|
|
SRCS= ps4dshock.c
|
|
SRCS+= opt_hid.h
|
|
SRCS+= bus_if.h device_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|