summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/Makefile
diff options
context:
space:
mode:
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 07891c8..ddce038 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
OpenPOWER on IntegriCloud