Changeset 2840

Show
Ignore:
Timestamp:
01/10/05 20:25:16 (4 years ago)
Author:
khali
Message:

Fix Makefile patch which was missing i2c-amd756-s4882.o and the
declaration that i2c-amd756.o now exports symbols (Ticket #1867.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r2760 r2840  
    10061006      } 
    10071007      print OUTPUT <<'EOF'; 
     1008export-objs     += i2c-amd756.o 
     1009 
    10081010obj-$(CONFIG_I2C_ALI1535)               += i2c-ali1535.o 
    10091011obj-$(CONFIG_I2C_ALI15X3)               += i2c-ali15x3.o 
    10101012obj-$(CONFIG_I2C_AMD756)                += i2c-amd756.o 
     1013obj-$(CONFIG_I2C_AMD756_S4882)          += i2c-amd756-s4882.o 
    10111014obj-$(CONFIG_I2C_AMD8111)               += i2c-amd8111.o 
    10121015obj-$(CONFIG_I2C_HYDRA)                 += i2c-hydra.o