summaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorMarcus Folkesson <marcus.folkesson@gmail.com>2022-09-14 20:43:45 +0200
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2022-09-20 11:36:21 +0100
commitacc3e34613da139643af2ce4ca7e7dadf07478d6 (patch)
tree2b88ac355473bda8454a64dc9a5242f56d65edba /drivers/hid/Makefile
parent2c5e8e61402557119a086a994d2be06a535f5f30 (diff)
downloadlinux-stable-acc3e34613da139643af2ce4ca7e7dadf07478d6.tar.gz
linux-stable-acc3e34613da139643af2ce4ca7e7dadf07478d6.tar.bz2
linux-stable-acc3e34613da139643af2ce4ca7e7dadf07478d6.zip
HID: Add driver for PhoenixRC Flight Controller
The PhoenixRC is a controller with 8 channels for use in flight simulators. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Link: https://lore.kernel.org/r/20220914184345.270456-1-marcus.folkesson@gmail.com
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 be4f78d6482f..ad2cdaefb4bd 100644
--- a/drivers/hid/Makefile
+++ b/drivers/hid/Makefile
@@ -101,6 +101,7 @@ 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_PXRC) += hid-pxrc.o
obj-$(CONFIG_HID_RAZER) += hid-razer.o
obj-$(CONFIG_HID_REDRAGON) += hid-redragon.o
obj-$(CONFIG_HID_RETRODE) += hid-retrode.o