Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[linux-2.6-block.git] / drivers / i2c / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the i2c core.
3#
4
9c1600ed 5obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
1da177e4
LT
6obj-$(CONFIG_I2C) += i2c-core.o
7obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
1da177e4
LT
8obj-y += busses/ chips/ algos/
9
1da177e4
LT
10ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
11EXTRA_CFLAGS += -DDEBUG
12endif