Changeset 4028

Show
Ignore:
Timestamp:
03/11/06 17:46:43 (3 years ago)
Author:
khali
Message:

Patch from Peter Breitenlohner:

The header i2c-pcf8584.h is included from i2c-algo-pcf.h and should
therefore be installed together with i2c-algo-pcf.h (not with
i2c-elektor).

Files:

Legend:

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

    r3979 r4028  
    5959KERNELTARGETS += $(MODULE_DIR)/i2c-algo-pcf.o 
    6060KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-pcf.h 
     61KERNELINCLUDES += $(MODULE_DIR)/i2c-pcf8584.h 
    6162endif 
    6263# will not build outside kernel tree  
    6364ifneq ($(shell if grep -q '^CONFIG_I2C_ELEKTOR=y' $(LINUX)/.config; then echo 1; fi),1) 
    6465#KERNELTARGETS += $(MODULE_DIR)/i2c-elektor.o 
    65 #KERNELINCLUDES += $(MODULE_DIR)/i2c-pcf8584.h 
    6666endif 
    6767ifneq ($(shell if grep -q '^CONFIG_I2C_PROC=y' $(LINUX)/.config; then echo 1; fi),1)