Show
Ignore:
Timestamp:
11/27/00 00:07:17 (12 years ago)
Author:
mds
Message:

(mds) add ds1621 driver from Christian Zuckschwerdt (zany@…)

Files:
1 modified

Legend:

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

    r911 r935  
    3737ifneq ($(shell if grep -q '^CONFIG_SENSORS_ADM9240=y' $(LINUX)/.config; then echo 1; fi),1) 
    3838KERNELCHIPSTARGETS += $(MODULE_DIR)/adm9240.o 
     39endif 
     40ifneq ($(shell if grep -q '^CONFIG_SENSORS_DS1621=y' $(LINUX)/.config; then echo 1; fi),1) 
     41KERNELCHIPSTARGETS += $(MODULE_DIR)/ds1621.o 
    3942endif 
    4043ifneq ($(shell if grep -q '^CONFIG_SENSORS_EEPROM=y' $(LINUX)/.config; then echo 1; fi),1)