aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hid/Makefile
blob: 64451ed3bbb117e888ccfaebf309049bf614250d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

SUBDIR = \
	hid \
	hidbus \
	hidquirk

SUBDIR += \
	hconf \
	hkbd \
	hmt

.include <bsd.subdir.mk>