opnsense-src/sys/modules/hid/ps4dshock/Makefile
Vladimir Kondratyev 6241b57131 hid: add opt_hid.h to modules that use HID_DEBUG
Submitted by:	Greg V <greg_AT_unrelenting_DOT_technology>
Reviewed by:	imp, wulf
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D28995
2021-03-04 01:43:29 +03:00

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>