diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-04 08:53:22 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-05-09 02:59:34 -0400 |
commit | 2acd1b6f889c04f8f303a5a11993f60fda6a7885 (patch) | |
tree | 4ffcc44da262d294aece311fe439237e59275f2e /arch/arm/mach-imx/Makefile | |
parent | 5b48a6145466f1e2b58b31b1673ec413dabdab2a (diff) |
ARM: i.MX6: implement clocks using common clock framework
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
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 38811ad6cfff..629a3394feac 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile | |||
@@ -73,7 +73,7 @@ obj-$(CONFIG_CPU_V7) += head-v7.o | |||
73 | AFLAGS_head-v7.o :=-Wa,-march=armv7-a | 73 | AFLAGS_head-v7.o :=-Wa,-march=armv7-a |
74 | obj-$(CONFIG_SMP) += platsmp.o | 74 | obj-$(CONFIG_SMP) += platsmp.o |
75 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o | 75 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
76 | obj-$(CONFIG_SOC_IMX6Q) += clock-imx6q.o mach-imx6q.o | 76 | obj-$(CONFIG_SOC_IMX6Q) += clk-imx6q.o mach-imx6q.o |
77 | 77 | ||
78 | ifeq ($(CONFIG_PM),y) | 78 | ifeq ($(CONFIG_PM),y) |
79 | obj-$(CONFIG_SOC_IMX6Q) += pm-imx6q.o | 79 | obj-$(CONFIG_SOC_IMX6Q) += pm-imx6q.o |