diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-09-06 09:05:25 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 14:26:26 +0100 |
commit | 13eed9897a2160272df2804ac3bbd4d91c76e577 (patch) | |
tree | c61e32126f0d0202793bcbcb1285bf7a50be3806 /arch/arm/mach-imx/Makefile | |
parent | arm/imx6q: add smp and cpu hotplug support (diff) | |
download | linux-13eed9897a2160272df2804ac3bbd4d91c76e577.tar.xz linux-13eed9897a2160272df2804ac3bbd4d91c76e577.zip |
arm/imx6q: add device tree machine support
It adds generic device tree based machine support for imx6q.
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, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index f1098507a887..994ae82ca281 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -70,4 +70,4 @@ AFLAGS_head-v7.o :=-Wa,-march=armv7-a obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o -obj-$(CONFIG_SOC_IMX6Q) += clock-imx6q.o +obj-$(CONFIG_SOC_IMX6Q) += clock-imx6q.o mach-imx6q.o |