mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-04 06:18:39 +07:00
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
![]() |
#
|
||
|
# Makefile for the linux x86_64-specific parts of the memory manager.
|
||
|
#
|
||
|
|
||
|
obj-y := init_64.o fault_64.o ioremap_64.o extable_64.o pageattr_64.o mmap_64.o
|
||
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
||
|
obj-$(CONFIG_NUMA) += numa_64.o
|
||
|
obj-$(CONFIG_K8_NUMA) += k8topology_64.o
|
||
|
obj-$(CONFIG_ACPI_NUMA) += srat_64.o
|
||
|
|