diff options
author | Jingchang Lu <b35083@freescale.com> | 2013-05-28 11:12:21 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 09:45:16 +0200 |
commit | 5be913c6824e1957e03ae432b60717c21f2c53d1 (patch) | |
tree | 6ecbfb133db1b8eb6170625f546132a14998c918 /arch/arm/mach-imx/Makefile | |
parent | ARM: imx: add VF610 clock support (diff) | |
download | linux-5be913c6824e1957e03ae432b60717c21f2c53d1.tar.xz linux-5be913c6824e1957e03ae432b60717c21f2c53d1.zip |
ARM: imx: add initial support for VF610
Add initial support for Freescale Vybrid VF610 SoC.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 2a4754dc7c69..054f039fb62b 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -112,4 +112,6 @@ obj-$(CONFIG_MACH_EUKREA_MBIMXSD51_BASEBOARD) += eukrea_mbimxsd51-baseboard.o obj-$(CONFIG_MACH_IMX51_DT) += imx51-dt.o obj-$(CONFIG_SOC_IMX53) += mach-imx53.o +obj-$(CONFIG_SOC_VF610) += clk-vf610.o mach-vf610.o + obj-y += devices/ |