Show
Ignore:
Timestamp:
06/03/01 23:58:26 (12 years ago)
Author:
mds
Message:

Initial checkin of it87 driver from

Christophe Gauthron <chrisg@…>

Files:
1 modified

Legend:

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

    r1100 r1112  
    2626# These targets are NOT included in 'mkpatch' ... 
    2727KERNELCHIPSTARGETS :=  \ 
     28                      $(MODULE_DIR)/adm1024.o \ 
     29                      $(MODULE_DIR)/it87.o \ 
    2830                      $(MODULE_DIR)/maxilife.o \ 
    29                       $(MODULE_DIR)/adm1024.o \ 
    3031                      $(MODULE_DIR)/mtp008.o 
    3132 
     
    5859ifneq ($(shell if grep -q '^CONFIG_SENSORS_GL520SM=y' $(LINUX)/.config; then echo 1; fi),1) 
    5960KERNELCHIPSTARGETS += $(MODULE_DIR)/gl520sm.o 
     61endif 
     62ifneq ($(shell if grep -q '^CONFIG_SENSORS_IT87=y' $(LINUX)/.config; then echo 1; fi),1) 
     63KERNELCHIPSTARGETS += $(MODULE_DIR)/it87.o 
    6064endif 
    6165ifneq ($(shell if grep -q '^CONFIG_SENSORS_LM75=y' $(LINUX)/.config; then echo 1; fi),1)