summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-11-29 16:14:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-02 11:02:21 +0100
commit9e477e2bd15417542826f045a387c36d1207400e (patch)
tree8985b723aa85a7bfad52792e0950f1cea399aaa4 /drivers/Makefile
parentea092d6f84c4532792ee242c960b3bf7521acc5c (diff)
downloadbarebox-9e477e2bd15417542826f045a387c36d1207400e.tar.gz
barebox-9e477e2bd15417542826f045a387c36d1207400e.tar.xz
i2c: always walk down into i2c/busses Makefile
Otherwise CONFIG_I2C_IMX_EARLY won't be built if !CONFIG_I2C even though it has no direct dependency on the i2c core. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index b0d3a3f200..08a17ff459 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -8,7 +8,7 @@ obj-y += mtd/
obj-y += usb/
obj-$(CONFIG_DISK) += ata/
obj-$(CONFIG_SPI) += spi/
-obj-$(CONFIG_I2C) += i2c/
+obj-y += i2c/
obj-y += mci/
obj-$(CONFIG_VIDEO) += video/
obj-y += clk/