mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
3c1fbd5184
rewrite blackfin_invalidate_entire_dcache() in C for easier management, better optimization, and so we take all SSYNC anomalies into account Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
14 lines
342 B
Makefile
14 lines
342 B
Makefile
#
|
|
# arch/blackfin/mach-common/Makefile
|
|
#
|
|
|
|
obj-y := \
|
|
cache.o cache-c.o entry.o head.o \
|
|
interrupt.o irqpanic.o arch_checks.o ints-priority.o
|
|
|
|
obj-$(CONFIG_BFIN_ICACHE_LOCK) += lock.o
|
|
obj-$(CONFIG_PM) += pm.o dpmc_modes.o
|
|
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
|
|
obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
|
|
obj-$(CONFIG_SMP) += smp.o
|