aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hid/Makefile
blob: 20ae0b3b9302e64f09969b0d5d8d5b541ffdc482 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

SUBDIR = \
	hid \
	hidbus \
	hidmap \
	hidquirk \
	hidraw

SUBDIR += \
	hconf \
	hcons \
	hkbd \
	hms \
	hmt \
	hsctrl \
	ps4dshock

.include <bsd.subdir.mk>