Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.13 /drivers/i2c/Makefile

Filename:/drivers/i2c/Makefile
Lines Added:5
Lines Deleted:1
Also changed in: (Previous) 2.4.13-pre6  2.4.13-pre5  2.4.13-pre4  2.4.13-pre3  2.4.13-pre2  2.4.13-pre1 
(Following) 2.4.18pre1  2.4.18pre2  2.4.18-pre3  2.4.18-pre4  2.4.18-pre5  2.4.18-pre6 

Location
[  2.4.13
  [  drivers
    [  i2c
       o  Makefile

Patch

diff -u --recursive --new-file v2.4.12/linux/drivers/i2c/Makefile linux/drivers/i2c/Makefile
--- v2.4.12/linux/drivers/i2c/Makefile   Fri Dec 29 14:07:21 2000
+++ linux/drivers/i2c/Makefile   Thu Oct 11 08:05:47 2001
@@ -4,7 +4,8 @@
 
 O_TARGET := i2c.o
 
-export-objs   := i2c-core.o i2c-algo-bit.o i2c-algo-pcf.o
+export-objs   := i2c-core.o i2c-algo-bit.o i2c-algo-pcf.o \
+         i2c-algo-ite.o i2c-proc.o
 
 obj-$(CONFIG_I2C)      += i2c-core.o
 obj-$(CONFIG_I2C_CHARDEV)   += i2c-dev.o
@@ -14,6 +15,9 @@
 obj-$(CONFIG_I2C_VELLEMAN)   += i2c-velleman.o
 obj-$(CONFIG_I2C_ALGOPCF)   += i2c-algo-pcf.o
 obj-$(CONFIG_I2C_ELEKTOR)   += i2c-elektor.o
+obj-$(CONFIG_ITE_I2C_ALGO)   += i2c-algo-ite.o
+obj-$(CONFIG_ITE_I2C_ADAP)   += i2c-adap-ite.o
+obj-$(CONFIG_I2C_PROC)      += i2c-proc.o
 
 # This is needed for automatic patch generation: sensors code starts here
 # This is needed for automatic patch generation: sensors code ends here


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.