diff options
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r-- | drivers/input/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index 5ca3f631497f..74600027cca0 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -25,3 +25,7 @@ obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/ obj-$(CONFIG_INPUT_MISC) += misc/ obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o +obj-$(CONFIG_INPUT_KEYRESET) += keyreset.o + +obj-$(CONFIG_INPUT_KEYCOMBO) += keycombo.o + |