]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/i2c/Makefile
i2c: i2c probe() and remove() documented
[mirror_ubuntu-focal-kernel.git] / drivers / i2c / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the i2c core.
3#
4
5obj-$(CONFIG_I2C) += i2c-core.o
6obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
1da177e4
LT
7obj-y += busses/ chips/ algos/
8
1da177e4
LT
9ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
10EXTRA_CFLAGS += -DDEBUG
11endif