diff options
author | Jiri Kosina <jkosina@suse.cz> | 2021-02-23 11:43:01 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-02-23 11:43:01 +0100 |
commit | e2adf27eb49a7f69feb0b17855a58c1d593ea0cd (patch) | |
tree | adf9be7ad835e336901a5b144566182977756d80 /drivers/hid/Makefile | |
parent | 31d31fa52cec5da73f6c2c8908db3cfed7a88099 (diff) | |
parent | 949aaccda019723050a2cd98d7b4492b06423f27 (diff) | |
download | linux-e2adf27eb49a7f69feb0b17855a58c1d593ea0cd.tar.gz |
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/Makefile | 1 |
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 |