cifs: fix oops while traversing open file list (try #4)
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / i2c / Makefile
blobbeee6b2d361db458a1336a48bd13b5166d6d013c
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 ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG
13 CFLAGS_i2c-core.o := -Wno-deprecated-declarations