drivers/hwmon/Makefile | 1 - 1 file changed, 1 deletion(-)
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit e15658676405 ("hwmon/misc: amd-sbi: Move core sbrmi from hwmon to
misc") removes the config SENSORS_SBRMI, but misses the reference to that
config in the Makefile.
Clean up that obsolete line in the Makefile.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
drivers/hwmon/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index 48e5866c0c9a..726ffd9f6a1b 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -196,7 +196,6 @@ obj-$(CONFIG_SENSORS_PWM_FAN) += pwm-fan.o
obj-$(CONFIG_SENSORS_QNAP_MCU_HWMON) += qnap-mcu-hwmon.o
obj-$(CONFIG_SENSORS_RASPBERRYPI_HWMON) += raspberrypi-hwmon.o
obj-$(CONFIG_SENSORS_SBTSI) += sbtsi_temp.o
-obj-$(CONFIG_SENSORS_SBRMI) += sbrmi.o
obj-$(CONFIG_SENSORS_SCH56XX_COMMON)+= sch56xx-common.o
obj-$(CONFIG_SENSORS_SCH5627) += sch5627.o
obj-$(CONFIG_SENSORS_SCH5636) += sch5636.o
--
2.49.0
On 5/28/25 20:39, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit e15658676405 ("hwmon/misc: amd-sbi: Move core sbrmi from hwmon to
> misc") removes the config SENSORS_SBRMI, but misses the reference to that
> config in the Makefile.
>
> Clean up that obsolete line in the Makefile.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
The hardware monitoring mailing list was not copied, meaning
I almost missed this patch. Since the list wasn't copied, I assume
that someone else is supposed to pick it up. Ok with me.
Acked-by: Guenter Roeck <linux@roeck-us.net>
Guenter
> ---
> drivers/hwmon/Makefile | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
> index 48e5866c0c9a..726ffd9f6a1b 100644
> --- a/drivers/hwmon/Makefile
> +++ b/drivers/hwmon/Makefile
> @@ -196,7 +196,6 @@ obj-$(CONFIG_SENSORS_PWM_FAN) += pwm-fan.o
> obj-$(CONFIG_SENSORS_QNAP_MCU_HWMON) += qnap-mcu-hwmon.o
> obj-$(CONFIG_SENSORS_RASPBERRYPI_HWMON) += raspberrypi-hwmon.o
> obj-$(CONFIG_SENSORS_SBTSI) += sbtsi_temp.o
> -obj-$(CONFIG_SENSORS_SBRMI) += sbrmi.o
> obj-$(CONFIG_SENSORS_SCH56XX_COMMON)+= sch56xx-common.o
> obj-$(CONFIG_SENSORS_SCH5627) += sch5627.o
> obj-$(CONFIG_SENSORS_SCH5636) += sch5636.o
© 2016 - 2025 Red Hat, Inc.