Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzilla...
[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_CPU_FREQ) += cpufreq.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.030473 seconds and 6 git commands to generate.