We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270cc3c commit 3b2af08Copy full SHA for 3b2af08
drivers/i2c/Makefile
@@ -5,10 +5,10 @@
5
6
obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
7
obj-$(CONFIG_I2C) += i2c-core.o
8
-i2c-core-objs := i2c-core-base.o i2c-core-smbus.o
+i2c-core-objs := i2c-core-base.o i2c-core-smbus.o
9
i2c-core-$(CONFIG_ACPI) += i2c-core-acpi.o
10
-i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o
11
-i2c-core-$(CONFIG_OF) += i2c-core-of.o
+i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o
+i2c-core-$(CONFIG_OF) += i2c-core-of.o
12
13
obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
14
obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
0 commit comments