diff options
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 0b27d79f2efd..02272aa36e90 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile | |||
@@ -9,6 +9,8 @@ | |||
9 | 9 | ||
10 | obj-y += irq.o time.o dma.o generic.o | 10 | obj-y += irq.o time.o dma.o generic.o |
11 | 11 | ||
12 | obj-$(CONFIG_CPU_FREQ_IMX) += cpufreq.o | ||
13 | |||
12 | # Specific board support | 14 | # Specific board support |
13 | obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o | 15 | obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o |
14 | 16 | ||