diff options
| author | Pascal Coudurier <coudu@gmx.com> | 2023-12-01 22:25:58 +0100 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-12-09 16:52:08 +0100 |
| commit | 00256d86dc2041882509fd3c0261905d326b4ff0 (patch) | |
| tree | 629cb9e38b1b41c15be6efc3683890da9ef72954 /package/kernel/linux/modules/hwmon.mk | |
| parent | b8ec063b38aa6f4d6ec4dc593bad6404ce2b7538 (diff) | |
| download | upstream-00256d86dc2041882509fd3c0261905d326b4ff0.tar.gz upstream-00256d86dc2041882509fd3c0261905d326b4ff0.tar.bz2 upstream-00256d86dc2041882509fd3c0261905d326b4ff0.zip | |
x86: kernel: modules: clean makefiles
Signed-off-by: Pascal Coudurier <coudu@gmx.com>
Diffstat (limited to 'package/kernel/linux/modules/hwmon.mk')
| -rw-r--r-- | package/kernel/linux/modules/hwmon.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index 8638d508235..8afe315344f 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -436,9 +436,9 @@ define KernelPackage/hwmon-nct6775 KCONFIG:=CONFIG_SENSORS_NCT6775 FILES:= \ $(LINUX_DIR)/drivers/hwmon/nct6775.ko \ - $(LINUX_DIR)/drivers/hwmon/nct6775-core.ko@ge5.19 + $(LINUX_DIR)/drivers/hwmon/nct6775-core.ko AUTOLOAD:=$(call AutoProbe,nct6775) - $(call AddDepends/hwmon,@PCI_SUPPORT @TARGET_x86 +kmod-hwmon-vid +LINUX_6_1:kmod-regmap-core) + $(call AddDepends/hwmon,@PCI_SUPPORT @TARGET_x86 +kmod-hwmon-vid +kmod-regmap-core) endef define KernelPackage/hwmon-nct6775/description |
