xref: /freebsd/sys/modules/hid/Makefile (revision a85c4ab626ef52530400ace1957daaa35dd07534)
1SUBDIR = \
2	hid \
3	hidbus \
4	hidmap \
5	hidquirk \
6	hidraw
7
8SUBDIR += \
9	appleir \
10	bcm5974 \
11	hconf \
12	hcons \
13	hgame \
14	hkbd \
15	hms \
16	hmt \
17	hpen \
18	hsctrl \
19	ietp \
20	ps4dshock \
21	u2f \
22	xb360gp
23
24.include <bsd.subdir.mk>
25