Linux 4.19-rc7
[linux-2.6/btrfs-unstable.git] / drivers / i2c / Makefile
blobbed6ba63c98329cb73d6c7cbb45a72962245c793
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the i2c core.
6 obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
7 obj-$(CONFIG_I2C) += i2c-core.o
8 i2c-core-objs := i2c-core-base.o i2c-core-smbus.o
9 i2c-core-$(CONFIG_ACPI) += i2c-core-acpi.o
10 i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o
11 i2c-core-$(CONFIG_OF) += i2c-core-of.o
13 obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
14 obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
15 obj-$(CONFIG_I2C_MUX) += i2c-mux.o
16 obj-y += algos/ busses/ muxes/
17 obj-$(CONFIG_I2C_STUB) += i2c-stub.o
18 obj-$(CONFIG_I2C_SLAVE_EEPROM) += i2c-slave-eeprom.o
20 ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG