9187592b96
DISCONTIGMEM was marked BROKEN in 5.11. Let's remove it. Booted SPARSEMEM successfully on rx3600. Link: https://lkml.kernel.org/r/20210404193440.2615358-1-slyfox@gentoo.org Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
12 lines
308 B
Makefile
12 lines
308 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the ia64-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init.o fault.o tlb.o extable.o ioremap.o
|
|
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
|
obj-$(CONFIG_NUMA) += numa.o
|
|
obj-$(CONFIG_SPARSEMEM) += discontig.o
|
|
obj-$(CONFIG_FLATMEM) += contig.o
|