summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-21 15:22:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-04 15:19:56 +0200
commit13ccfddded035dde18ef8f4c1f2ca1741e6bfcd3 (patch)
treee1a18f730dbabb4d6b739df94d9cdc5b95fc9842 /arch/arm/mach-imx/Makefile
parentef38819eaaab3c9e3429345a9d91370aa4326a4f (diff)
downloadbarebox-13ccfddded035dde18ef8f4c1f2ca1741e6bfcd3.tar.gz
barebox-13ccfddded035dde18ef8f4c1f2ca1741e6bfcd3.tar.xz
ARM i.MX1: Switch to common clk support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 282913d91d..994159dfb4 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -1,6 +1,6 @@
obj-y += clocksource.o gpio.o
obj-$(CONFIG_RESET_SOURCE) += reset_source.o
-obj-$(CONFIG_ARCH_IMX1) += speed-imx1.o imx1.o iomux-v1.o
+obj-$(CONFIG_ARCH_IMX1) += speed-imx1.o imx1.o iomux-v1.o clk-imx1.o
obj-$(CONFIG_ARCH_IMX25) += speed-imx25.o imx25.o iomux-v3.o clk-imx25.o
obj-$(CONFIG_ARCH_IMX21) += speed-imx21.o imx21.o iomux-v1.o
obj-$(CONFIG_ARCH_IMX27) += speed-imx27.o imx27.o iomux-v1.o clk-imx27.o