]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/i2c/Makefile
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[mirror_ubuntu-artful-kernel.git] / drivers / i2c / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the i2c core.
3#
4
9c1600ed 5obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
17f4a5c4 6obj-$(CONFIG_I2C) += i2c-core.o
22c78d1c 7i2c-core-objs := i2c-core-base.o i2c-core-smbus.o
53f8f7c5 8i2c-core-$(CONFIG_ACPI) += i2c-core-acpi.o
e4991ecd 9i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o
5bf4fa7d 10i2c-core-$(CONFIG_OF) += i2c-core-of.o
91ed5349 11
e2ca3074 12obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
1da177e4 13obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
0826374b 14obj-$(CONFIG_I2C_MUX) += i2c-mux.o
7f528135 15obj-y += algos/ busses/ muxes/
31d178bf 16obj-$(CONFIG_I2C_STUB) += i2c-stub.o
389be323 17obj-$(CONFIG_I2C_SLAVE_EEPROM) += i2c-slave-eeprom.o
1da177e4 18
ef9d9b8f 19ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG
91ed5349 20CFLAGS_i2c-core-base.o := -Wno-deprecated-declarations