We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403be23 commit 924cb42Copy full SHA for 924cb42
4 files changed
kmods/Makefile
@@ -24,6 +24,10 @@ fboss_iob_xcvr-objs := fboss_iob_xcvr_aux.o lib/regbit-sysfs.o
24
obj-m += fbcpld_generic.o
25
fbcpld_generic-objs := fbcpld_generic_i2c.o lib/fbcpld-cdev.o
26
27
+# Generic fan CPLD driver with ioctl configuration
28
+obj-m += fbfancpld.o
29
+fbfancpld-objs := fbfancpld_i2c.o fboss_iob_led_trigger.o
30
+
31
# Common TH6 SMB CPLD driver
32
obj-m += th6_smbcpld.o
33
th6_smbcpld-objs := th6_smbcpld_i2c.o lib/regbit-sysfs.o
0 commit comments