Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-urgent...
[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
10 ifneq ($(CONFIG_BF60x),y)
11 obj-$(CONFIG_PM) += dpmc_modes.o
12 endif
13 obj-$(CONFIG_SCB_PRIORITY) += scb-init.o
14 obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
15 obj-$(CONFIG_SMP) += smp.o
16 obj-$(CONFIG_BFIN_KERNEL_CLOCK) += clocks-init.o
This page took 0.082374 seconds and 5 git commands to generate.