Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux...
[deliverable/linux.git] / arch / blackfin / mach-common / Makefile
1 #
2 # arch/blackfin/mach-common/Makefile
3 #
4
5 obj-y := \
6 cache.o cache-c.o entry.o head.o \
7 interrupt.o arch_checks.o ints-priority.o
8
9 obj-$(CONFIG_PM) += pm.o dpmc_modes.o
10 obj-$(CONFIG_CPU_FREQ) += cpufreq.o
11 obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
12 obj-$(CONFIG_SMP) += smp.o
13 obj-$(CONFIG_BFIN_KERNEL_CLOCK) += clocks-init.o
14 obj-$(CONFIG_DEBUG_ICACHE_CHECK) += irqpanic.o
This page took 0.030181 seconds and 5 git commands to generate.