mm: remove CONFIG_NO_BOOTMEM
[linux-2.6-block.git] / mm / Makefile
index 6485d5745dd7cde92379861e6995af47a1f4abab..ea5333886593b04da5b375a8f02c0d924a9c1510 100644 (file)
@@ -42,12 +42,7 @@ obj-y                        := filemap.o mempool.o oom_kill.o fadvise.o \
                           debug.o $(mmu-y)
 
 obj-y += init-mm.o
-
-ifdef CONFIG_NO_BOOTMEM
-       obj-y           += nobootmem.o
-else
-       obj-y           += bootmem.o
-endif
+obj-y += nobootmem.o
 
 ifdef CONFIG_MMU
        obj-$(CONFIG_ADVISE_SYSCALLS)   += madvise.o