GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / i2c / Makefile
blobc00fd66388f51c97ba03920911a4ded52945d2e9
2 # Makefile for the i2c core.
5 obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
6 obj-$(CONFIG_I2C) += i2c-core.o
7 obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
8 obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
9 obj-$(CONFIG_I2C_MUX) += i2c-mux.o
10 obj-y += algos/ busses/ muxes/
12 ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
13 EXTRA_CFLAGS += -DDEBUG
14 endif