Makefile 308 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for the i2c core.
#

5
obj-$(CONFIG_I2C_BOARDINFO)	+= i2c-boardinfo.o
6 7
obj-$(CONFIG_I2C)		+= i2c-core.o
obj-$(CONFIG_I2C_SMBUS)		+= i2c-smbus.o
L
Linus Torvalds 已提交
8
obj-$(CONFIG_I2C_CHARDEV)	+= i2c-dev.o
9
obj-$(CONFIG_I2C_MUX)		+= i2c-mux.o
10
obj-y				+= algos/ busses/ muxes/
L
Linus Torvalds 已提交
11

M
matt mooney 已提交
12
ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG