summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-07-29 16:47:17 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-31 07:54:03 +0200
commitf66e9dd041a91c98b15509a7aebe293491e63e8f (patch)
treeb9ee071350df3f36507dd7dd84063216fe08383f /drivers/i2c
parent8e6468e4b20772ff3b809dd267a0a6c466b5035a (diff)
downloadbarebox-f66e9dd041a91c98b15509a7aebe293491e63e8f.tar.gz
barebox-f66e9dd041a91c98b15509a7aebe293491e63e8f.tar.xz
i2c: busses/Makefile: fix indentation
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile
index 90faeb1a55..1dbfbdf93b 100644
--- a/drivers/i2c/busses/Makefile
+++ b/drivers/i2c/busses/Makefile
@@ -1,7 +1,7 @@
obj-$(CONFIG_I2C_AT91) += i2c-at91.o
obj-$(CONFIG_I2C_GPIO) += i2c-gpio.o
-obj-$(CONFIG_I2C_IMX) += i2c-imx.o
+obj-$(CONFIG_I2C_IMX) += i2c-imx.o
obj-$(CONFIG_I2C_MV64XXX) += i2c-mv64xxx.o
-obj-$(CONFIG_I2C_OMAP) += i2c-omap.o
+obj-$(CONFIG_I2C_OMAP) += i2c-omap.o
obj-$(CONFIG_I2C_TEGRA) += i2c-tegra.o
obj-$(CONFIG_I2C_VERSATILE) += i2c-versatile.o