Makefile 284 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8 9
#
# Makefile for the i2c core.
#

obj-$(CONFIG_I2C)		+= i2c-core.o
obj-$(CONFIG_I2C_CHARDEV)	+= i2c-dev.o
obj-$(CONFIG_I2C_SENSOR)	+= i2c-sensor.o
obj-y				+= busses/ chips/ algos/

10
i2c-sensor-objs := i2c-sensor-vid.o
L
Linus Torvalds 已提交
11 12 13 14 15


ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
EXTRA_CFLAGS += -DDEBUG
endif