]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - drivers/i2c/Makefile
arm: tegra: fb: Apply new mode even if its current
[linux-2.6.git] / drivers / i2c / Makefile
index beee6b2d361db458a1336a48bd13b5166d6d013c..b4fc251881174e0f465a9067febaab0ba6533eec 100644 (file)
@@ -1,12 +1,14 @@
 #
 # Makefile for the i2c core.
 #
+GCOV_PROFILE := y
 
 obj-$(CONFIG_I2C_BOARDINFO)    += i2c-boardinfo.o
 obj-$(CONFIG_I2C)              += i2c-core.o
 obj-$(CONFIG_I2C_SMBUS)                += i2c-smbus.o
 obj-$(CONFIG_I2C_CHARDEV)      += i2c-dev.o
 obj-$(CONFIG_I2C_MUX)          += i2c-mux.o
+obj-$(CONFIG_I2C_SLAVE)                += i2c-slave.o
 obj-y                          += algos/ busses/ muxes/
 
 ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG