Changeset 4046

Show
Ignore:
Timestamp:
06/21/06 10:40:26 (2 years ago)
Author:
khali
Message:

Fix condition of i2c-iop3xx compilation. It's commented out by default
anyway so it doesn't really matter.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/kernel/Module.mk

    r4028 r4046  
    7272KERNELTARGETS += $(MODULE_DIR)/i2c-pport.o 
    7373endif 
    74 #ifeq ($(shell if grep -q '^CONFIG_I2C_IOP3XX=y' $(LINUX)/.config; then echo 1; fi),1) 
     74#ifneq ($(shell if grep -q '^CONFIG_I2C_IOP3XX=y' $(LINUX)/.config; then echo 1; fi),1) 
    7575#KERNELTARGETS += $(MODULE_DIR)/i2c-iop3xx.o 
    7676#endif