commit | a49f40a42f05a83345d691a433a6b2c94387100a | [log] [tgz] |
---|---|---|
author | trem <tremyfr@yahoo.fr> | Sat Sep 21 18:13:35 2013 +0200 |
committer | Heiko Schocher <hs@denx.de> | Thu Oct 17 07:20:24 2013 +0200 |
tree | 170424cee7853c69637a6e5a72f775a1a2167578 | |
parent | a6612903b7d5adf038d8c80bdcfa4a1c83a13aa8 [diff] [blame] |
i2c: mxc: move to new subsystem Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile index 727a052..6c78dd9 100644 --- a/arch/arm/imx-common/Makefile +++ b/arch/arm/imx-common/Makefile
@@ -16,7 +16,7 @@ endif ifeq ($(SOC),$(filter $(SOC),mx5 mx6)) COBJS-y += timer.o cpu.o speed.o -COBJS-$(CONFIG_I2C_MXC) += i2c-mxv7.o +COBJS-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o endif ifeq ($(SOC),$(filter $(SOC),mx6 mxs)) COBJS-y += misc.o