diff options
Diffstat (limited to 'drivers/i2c/Makefile')
-rw-r--r-- | drivers/i2c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile index 1722f50f2473..45095b3d16a9 100644 --- a/drivers/i2c/Makefile +++ b/drivers/i2c/Makefile | |||
@@ -9,6 +9,7 @@ obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o | |||
9 | obj-$(CONFIG_I2C_MUX) += i2c-mux.o | 9 | obj-$(CONFIG_I2C_MUX) += i2c-mux.o |
10 | obj-y += algos/ busses/ muxes/ | 10 | obj-y += algos/ busses/ muxes/ |
11 | obj-$(CONFIG_I2C_STUB) += i2c-stub.o | 11 | obj-$(CONFIG_I2C_STUB) += i2c-stub.o |
12 | obj-$(CONFIG_I2C_SLAVE_EEPROM) += i2c-slave-eeprom.o | ||
12 | 13 | ||
13 | ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG | 14 | ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG |
14 | CFLAGS_i2c-core.o := -Wno-deprecated-declarations | 15 | CFLAGS_i2c-core.o := -Wno-deprecated-declarations |