]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/i2c/Makefile
Revert "staging: tidspbridge: replace iommu custom for opensource implementation"
[net-next-2.6.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
0826374b 9obj-$(CONFIG_I2C_MUX) += i2c-mux.o
7f528135 10obj-y += algos/ busses/ muxes/
1da177e4 11
ef9d9b8f 12ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG