diff options
Diffstat (limited to 'drivers/input/misc/Makefile')
-rw-r--r-- | drivers/input/misc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile index 44c026abcb6f..1401ab288f18 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile @@ -81,3 +81,5 @@ obj-$(CONFIG_INPUT_YEALINK) += yealink.o obj-$(CONFIG_INPUT_IDEAPAD_SLIDEBAR) += ideapad_slidebar.o obj-$(CONFIG_INPUT_PIXART_OTS_PAT9125_SWITCH) += ots_pat9125/ obj-$(CONFIG_INPUT_STMVL53L0) += vl53L0/ +obj-$(CONFIG_DRV2605L_HAPTICS) += vibrator/ +obj-$(CONFIG_HALL_SWITCH) += hall_switch.o |