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