Changeset 4070
- Timestamp:
- 07/24/06 21:38:38 (2 years ago)
- Files:
-
- lm-sensors/trunk/kernel/chips/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/chips/Module.mk
r4069 r4070 176 176 ifneq ($(shell if grep -q '^CONFIG_SENSORS_W83627HF=y' $(LINUX)/.config; then echo 1; fi),1) 177 177 KERNELCHIPSTARGETS += $(MODULE_DIR)/w83627hf.o 178 endif179 ifneq ($(shell if grep -q '^CONFIG_SENSORS_W83627EHF=y' $(LINUX)/.config; then echo 1; fi),1)180 KERNELCHIPSTARGETS += $(MODULE_DIR)/w83627ehf.o181 178 endif 182 179 ifneq ($(shell if grep -q '^CONFIG_SENSORS_W83L785TS=y' $(LINUX)/.config; then echo 1; fi),1)
