Changeset 3979

Show
Ignore:
Timestamp:
05/12/05 19:25:24 (8 years ago)
Author:
khali
Message:

Do not compile i2c-algo-biths by default, it has no users and has
caused more trouble than was worth already.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/kernel/Module.mk

    r3955 r3979  
    3939KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-bit.h 
    4040endif 
    41 ifneq ($(shell if grep -q '^CONFIG_I2C_ALGOBITHS=y' $(LINUX)/.config; then echo 1; fi),1) 
    42 KERNELTARGETS += $(MODULE_DIR)/i2c-algo-biths.o 
    43 KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-biths.h 
    44 endif 
     41# i2c-algo-biths is no more compiled by default, as it has no users and 
     42# has caused more trouble than was worth. 
     43#ifneq ($(shell if grep -q '^CONFIG_I2C_ALGOBITHS=y' $(LINUX)/.config; then echo 1; fi),1) 
     44#KERNELTARGETS += $(MODULE_DIR)/i2c-algo-biths.o 
     45#KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-biths.h 
     46#endif 
    4547ifneq ($(shell if grep -q '^CONFIG_I2C_PHILIPSPAR=y' $(LINUX)/.config; then echo 1; fi),1) 
    4648ifeq ($(shell if grep -q '^CONFIG_PARPORT=[my]' $(LINUX)/.config; then echo 1; fi),1)