summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/Makefile
diff options
context:
space:
mode:
authorRussell King2006-06-24 11:46:23 +0200
committerRussell King2006-06-28 18:59:50 +0200
commite6b1b38c520d85388ab6538001265cc342e81a70 (patch)
tree08bb002ac47da8f90f00dc109eafb371f6933ee3 /arch/arm/mm/Makefile
parent[ARM] nommu: add arch/arm/Kconfig-nommu to Kconfig files (diff)
downloadkernel-qcow2-linux-e6b1b38c520d85388ab6538001265cc342e81a70.tar.gz
kernel-qcow2-linux-e6b1b38c520d85388ab6538001265cc342e81a70.tar.xz
kernel-qcow2-linux-e6b1b38c520d85388ab6538001265cc342e81a70.zip
[ARM] nommu: Provide a simple flush_dcache_page implementation
nommu doesn't require a complex flush_dcache_page implementation like the MMU-ful CPUs do, so provide a simplified version in nommu.c and omit flush.c from the build as appropriate. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/Makefile')
-rw-r--r--arch/arm/mm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mm/Makefile b/arch/arm/mm/Makefile
index 07891c83e52c..ddce03878981 100644
--- a/arch/arm/mm/Makefile
+++ b/arch/arm/mm/Makefile
@@ -3,10 +3,10 @@
#
obj-y := consistent.o extable.o fault-armv.o \
- fault.o flush.o init.o iomap.o mmap.o \
+ fault.o init.o iomap.o mmap.o \
mm-armv.o
-obj-$(CONFIG_MMU) += ioremap.o
+obj-$(CONFIG_MMU) += flush.o ioremap.o
ifneq ($(CONFIG_MMU),y)
obj-y += nommu.o