summaryrefslogtreecommitdiff
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2021-02-23 13:43:01 +0300
committerJiri Kosina <jkosina@suse.cz>2021-02-23 13:43:01 +0300
commite2adf27eb49a7f69feb0b17855a58c1d593ea0cd (patch)
treeadf9be7ad835e336901a5b144566182977756d80 /drivers/hid/Makefile
parent31d31fa52cec5da73f6c2c8908db3cfed7a88099 (diff)
parent949aaccda019723050a2cd98d7b4492b06423f27 (diff)
downloadlinux-e2adf27eb49a7f69feb0b17855a58c1d593ea0cd.tar.xz
Merge branch 'for-5.12/playstation-v2' into for-linus
- Playstation DualSense support from Roderick Colenbrander
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 a0621a4a65cd..c4f6d5c613dc 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -94,6 +94,7 @@ hid-picolcd-$(CONFIG_HID_PICOLCD_CIR) += hid-picolcd_cir.o
hid-picolcd-$(CONFIG_DEBUG_FS) += hid-picolcd_debugfs.o
obj-$(CONFIG_HID_PLANTRONICS) += hid-plantronics.o
+obj-$(CONFIG_HID_PLAYSTATION) += hid-playstation.o
obj-$(CONFIG_HID_PRIMAX) += hid-primax.o
obj-$(CONFIG_HID_REDRAGON) += hid-redragon.o
obj-$(CONFIG_HID_RETRODE) += hid-retrode.o