summaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2021-11-05 12:16:54 +0100
committerJiri Kosina <jkosina@suse.cz>2021-11-05 12:16:54 +0100
commit5a2506bb8cb3e618fd79966a92454edac67fb468 (patch)
treeca201692da5289f7aac144af8003e89701cd5825 /drivers/hid/Makefile
parent3f81b3a387f7f7b0978647a96f99fc5b5fd9b64c (diff)
parent95157723dc9e07f27507e8d36ea7e5c543b5f80d (diff)
downloadlinux-stable-5a2506bb8cb3e618fd79966a92454edac67fb468.tar.gz
linux-stable-5a2506bb8cb3e618fd79966a92454edac67fb468.tar.bz2
linux-stable-5a2506bb8cb3e618fd79966a92454edac67fb468.zip
Merge branch 'for-5.16/xiaomi' into for-linus
- proper support of Xiaomi Mi buttons (Ilya Skriblovsky)
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r--drivers/hid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile
index 7a71371e3adf..55a6fa3eca5a 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -126,6 +126,7 @@ hid-uclogic-objs := hid-uclogic-core.o \
obj-$(CONFIG_HID_UCLOGIC) += hid-uclogic.o
obj-$(CONFIG_HID_UDRAW_PS3) += hid-udraw-ps3.o
obj-$(CONFIG_HID_LED) += hid-led.o
+obj-$(CONFIG_HID_XIAOMI) += hid-xiaomi.o
obj-$(CONFIG_HID_XINMO) += hid-xinmo.o
obj-$(CONFIG_HID_ZEROPLUS) += hid-zpff.o
obj-$(CONFIG_HID_ZYDACRON) += hid-zydacron.o