2005-04-16 18:20:36 -04:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
|
2005-07-31 15:45:27 -04:00
|
|
|
i2c-sensor-objs := i2c-sensor-vid.o
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
|
|
|
|
EXTRA_CFLAGS += -DDEBUG
|
|
|
|
endif
|