blob: 1d232a87f113775aa4a13165400d73c4a39690ac [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the linux x86_64-specific parts of the memory manager.
3#
4
5obj-y := init.o fault.o ioremap.o extable.o pageattr.o
6obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
Matt Tolentino2b976902005-06-23 00:08:06 -07007obj-$(CONFIG_NUMA) += numa.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07008obj-$(CONFIG_K8_NUMA) += k8topology.o
9obj-$(CONFIG_ACPI_NUMA) += srat.o
10
11hugetlbpage-y = ../../i386/mm/hugetlbpage.o