Show
Ignore:
Timestamp:
10/29/03 06:37:52 (10 years ago)
Author:
mmh
Message:

First shot at independent driver for ASB100 "Bach"

Files:
1 modified

Legend:

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

    r2029 r2036  
    5757ifneq ($(shell if grep -q '^CONFIG_SENSORS_ADM9240=y' $(LINUX)/.config; then echo 1; fi),1) 
    5858KERNELCHIPSTARGETS += $(MODULE_DIR)/adm9240.o 
     59endif 
     60ifneq ($(shell if grep -q '^CONFIG_SENSORS_ASB100=y' $(LINUX)/.config; then echo 1; fi),1) 
     61KERNELCHIPSTARGETS += $(MODULE_DIR)/asb100.o 
    5962endif 
    6063ifneq ($(shell if grep -q '^CONFIG_SENSORS_BT869=y' $(LINUX)/.config; then echo 1; fi),1)