Changeset 4070

Show
Ignore:
Timestamp:
07/24/06 21:38:38 (2 years ago)
Author:
khali
Message:

Oops, revert a change which I did not intend to commit at this point.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/chips/Module.mk

    r4069 r4070  
    176176ifneq ($(shell if grep -q '^CONFIG_SENSORS_W83627HF=y' $(LINUX)/.config; then echo 1; fi),1) 
    177177KERNELCHIPSTARGETS += $(MODULE_DIR)/w83627hf.o 
    178 endif 
    179 ifneq ($(shell if grep -q '^CONFIG_SENSORS_W83627EHF=y' $(LINUX)/.config; then echo 1; fi),1) 
    180 KERNELCHIPSTARGETS += $(MODULE_DIR)/w83627ehf.o 
    181178endif 
    182179ifneq ($(shell if grep -q '^CONFIG_SENSORS_W83L785TS=y' $(LINUX)/.config; then echo 1; fi),1)