[ARM] tegra: Add cpufreq support
[deliverable/linux.git] / arch / arm / mach-tegra / Makefile
1 obj-y += common.o
2 obj-y += io.o
3 obj-y += irq.o legacy_irq.o
4 obj-y += clock.o
5 obj-y += timer.o
6 obj-y += gpio.o
7 obj-y += pinmux.o
8 obj-y += fuse.o
9 obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clock.o
10 obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o
11 obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_dvfs.o
12 obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-t2-tables.o
13 obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o
14 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
15 obj-$(CONFIG_CPU_FREQ) += cpu-tegra.o
16
17 obj-${CONFIG_MACH_HARMONY} += board-harmony.o
18 obj-${CONFIG_MACH_HARMONY} += board-harmony-pinmux.o
This page took 0.034242 seconds and 5 git commands to generate.