diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-09-06 15:05:25 +0800 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 14:26:26 +0100 |
commit | 13eed9897a2160272df2804ac3bbd4d91c76e577 (patch) | |
tree | c61e32126f0d0202793bcbcb1285bf7a50be3806 /arch/arm/mach-imx/Makefile | |
parent | 69c31b7a6e9cd4654ed0bfc7e70b4d7076a5cdb3 (diff) |
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 f1098507a88..994ae82ca28 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 |