Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / arm / mm / Makefile
index 21a2770..07a5385 100644 (file)
@@ -2,16 +2,10 @@
 # Makefile for the linux arm-specific parts of the memory manager.
 #
 
-obj-y                          := consistent.o extable.o fault.o init.o \
-                                  iomap.o
-
-obj-$(CONFIG_MMU)              += fault-armv.o flush.o ioremap.o mmap.o \
+obj-y                          := consistent.o extable.o fault-armv.o \
+                                  fault.o flush.o init.o ioremap.o mmap.o \
                                   mm-armv.o
 
-ifneq ($(CONFIG_MMU),y)
-obj-y                          += nommu.o
-endif
-
 obj-$(CONFIG_MODULES)          += proc-syms.o
 
 obj-$(CONFIG_ALIGNMENT_TRAP)   += alignment.o