[PATCH 3/5] drivers/hwmon: Add TSC1641 module to Makefile

Igor Reznichenko posted 5 patches 3 months, 2 weeks ago
There is a newer version of this series
[PATCH 3/5] drivers/hwmon: Add TSC1641 module to Makefile
Posted by Igor Reznichenko 3 months, 2 weeks ago
Add the TSC1641 driver to drivers/hwmon/Makefile so it can be
built as a module.

Signed-off-by: Igor Reznichenko <igor@reznichenko.net>
---
 drivers/hwmon/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index 73b2abdcc6dd..a8de5bc69f2a 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -233,6 +233,7 @@ obj-$(CONFIG_SENSORS_TMP401)	+= tmp401.o
 obj-$(CONFIG_SENSORS_TMP421)	+= tmp421.o
 obj-$(CONFIG_SENSORS_TMP464)	+= tmp464.o
 obj-$(CONFIG_SENSORS_TMP513)	+= tmp513.o
+obj-$(CONFIG_SENSORS_TSC1641)	+= tsc1641.o
 obj-$(CONFIG_SENSORS_VEXPRESS)	+= vexpress-hwmon.o
 obj-$(CONFIG_SENSORS_VIA_CPUTEMP)+= via-cputemp.o
 obj-$(CONFIG_SENSORS_VIA686A)	+= via686a.o
-- 
2.43.0
Re: [PATCH 3/5] drivers/hwmon: Add TSC1641 module to Makefile
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On 22/10/2025 06:47, Igor Reznichenko wrote:
> Add the TSC1641 driver to drivers/hwmon/Makefile so it can be
> built as a module.
> 
This patch makes no sense on its own. Squash it.

Best regards,
Krzysztof