Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/linux.git] / arch / blackfin / mach-common / Makefile
CommitLineData
1394f032
BW
1#
2# arch/blackfin/mach-common/Makefile
3#
4
5obj-y := \
3c1fbd51 6 cache.o cache-c.o entry.o head.o \
cf8d9432 7 interrupt.o arch_checks.o ints-priority.o
1394f032 8
93f89519
SM
9obj-$(CONFIG_PM) += pm.o
10ifneq ($(CONFIG_BF60x),y)
11obj-$(CONFIG_PM) += dpmc_modes.o
12endif
24a70cf2 13obj-$(CONFIG_SCB_PRIORITY) += scb-init.o
14b03204 14obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
6b3087c6 15obj-$(CONFIG_SMP) += smp.o
73feb5c0 16obj-$(CONFIG_BFIN_KERNEL_CLOCK) += clocks-init.o
This page took 0.603909 seconds and 5 git commands to generate.