i2c: Use a separate mutex for userspace client lists
[deliverable/linux.git] / drivers / i2c / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the i2c core.
3#
4
9c1600ed 5obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
e2ca3074
JD
6obj-$(CONFIG_I2C) += i2c-core.o
7obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
1da177e4 8obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
6a9bcced 9obj-y += algos/ busses/
1da177e4 10
1da177e4
LT
11ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
12EXTRA_CFLAGS += -DDEBUG
13endif
This page took 0.49294 seconds and 5 git commands to generate.