Link the AutoNUMA core and scheduler object files in the kernel if CONFIG_AUTONUMA=y. Signed-off-by: Andrea Arcangeli <aarcange@xxxxxxxxxx> --- kernel/sched/Makefile | 1 + mm/Makefile | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/sched/Makefile b/kernel/sched/Makefile index 173ea52..783a840 100644 --- a/kernel/sched/Makefile +++ b/kernel/sched/Makefile @@ -16,3 +16,4 @@ obj-$(CONFIG_SMP) += cpupri.o obj-$(CONFIG_SCHED_AUTOGROUP) += auto_group.o obj-$(CONFIG_SCHEDSTATS) += stats.o obj-$(CONFIG_SCHED_DEBUG) += debug.o +obj-$(CONFIG_AUTONUMA) += numa.o diff --git a/mm/Makefile b/mm/Makefile index 92753e2..0fd3165 100644 --- a/mm/Makefile +++ b/mm/Makefile @@ -34,6 +34,7 @@ obj-$(CONFIG_FRONTSWAP) += frontswap.o obj-$(CONFIG_HAS_DMA) += dmapool.o obj-$(CONFIG_HUGETLBFS) += hugetlb.o obj-$(CONFIG_NUMA) += mempolicy.o +obj-$(CONFIG_AUTONUMA) += autonuma.o obj-$(CONFIG_SPARSEMEM) += sparse.o obj-$(CONFIG_SPARSEMEM_VMEMMAP) += sparse-vmemmap.o obj-$(CONFIG_SLOB) += slob.o -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>