]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/i2c/Makefile
x86/speculation/mds: Add mitigation control for MDS
[mirror_ubuntu-bionic-kernel.git] / drivers / i2c / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the i2c core.
4#
5
9c1600ed 6obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
17f4a5c4 7obj-$(CONFIG_I2C) += i2c-core.o
22c78d1c 8i2c-core-objs := i2c-core-base.o i2c-core-smbus.o
53f8f7c5 9i2c-core-$(CONFIG_ACPI) += i2c-core-acpi.o
e4991ecd 10i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o
5bf4fa7d 11i2c-core-$(CONFIG_OF) += i2c-core-of.o
91ed5349 12
e2ca3074 13obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
1da177e4 14obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
0826374b 15obj-$(CONFIG_I2C_MUX) += i2c-mux.o
7f528135 16obj-y += algos/ busses/ muxes/
31d178bf 17obj-$(CONFIG_I2C_STUB) += i2c-stub.o
389be323 18obj-$(CONFIG_I2C_SLAVE_EEPROM) += i2c-slave-eeprom.o
1da177e4 19
ef9d9b8f 20ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG
91ed5349 21CFLAGS_i2c-core-base.o := -Wno-deprecated-declarations