Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[deliverable/linux.git] / drivers / i2c / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the i2c core.
3#
4
5d98e61d 5i2ccore-y := i2c-core.o
da3c6647 6i2ccore-$(CONFIG_I2C_ACPI) += i2c-acpi.o
5d98e61d 7
9c1600ed 8obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
5d98e61d 9obj-$(CONFIG_I2C) += i2ccore.o
e2ca3074 10obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
1da177e4 11obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
0826374b 12obj-$(CONFIG_I2C_MUX) += i2c-mux.o
7f528135 13obj-y += algos/ busses/ muxes/
31d178bf 14obj-$(CONFIG_I2C_STUB) += i2c-stub.o
1da177e4 15
ef9d9b8f 16ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG
fe6fc258 17CFLAGS_i2c-core.o := -Wno-deprecated-declarations
This page took 0.763055 seconds and 5 git commands to generate.