diff options
Diffstat (limited to 'sys/modules/hid/Makefile')
-rw-r--r-- | sys/modules/hid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/hid/Makefile b/sys/modules/hid/Makefile index 64451ed3bbb1..0936bae92738 100644 --- a/sys/modules/hid/Makefile +++ b/sys/modules/hid/Makefile @@ -3,7 +3,8 @@ SUBDIR = \ hid \ hidbus \ - hidquirk + hidquirk \ + hidraw SUBDIR += \ hconf \ |