X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=drivers%2Fi2c%2FMakefile;fp=drivers%2Fi2c%2FMakefile;h=7bb65a4369e1e19baa02faf3263042096706ad8e;hb=53f8f7c5cf145d639ebd6d13cfdf2e3e9764add3;hp=189e0e6476f0a6057ae748ae1e13cada7933fcc5;hpb=5bf4fa7daea6d5257357b613d0bb81c68e2d1af2;p=sfrench%2Fcifs-2.6.git diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile index 189e0e6476f0..7bb65a4369e1 100644 --- a/drivers/i2c/Makefile +++ b/drivers/i2c/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o obj-$(CONFIG_I2C) += i2c-core.o i2c-core-objs := i2c-core-base.o i2c-core-smbus.o +i2c-core-$(CONFIG_ACPI) += i2c-core-acpi.o i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o i2c-core-$(CONFIG_OF) += i2c-core-of.o