ext3: Flush disk caches on fsync when needed
[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_BFIN_ICACHE_LOCK) += lock.o
10 obj-$(CONFIG_PM) += pm.o dpmc_modes.o
11 obj-$(CONFIG_CPU_FREQ) += cpufreq.o
12 obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
13 obj-$(CONFIG_SMP) += smp.o
14 obj-$(CONFIG_BFIN_KERNEL_CLOCK) += clocks-init.o
15 obj-$(CONFIG_DEBUG_ICACHE_CHECK) += irqpanic.o
This page took 0.02906 seconds and 5 git commands to generate.