diff options
Diffstat (limited to 'arch/x86/mm/Makefile')
| -rw-r--r-- | arch/x86/mm/Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/mm/Makefile b/arch/x86/mm/Makefile index c4cc74006c61..a482d105172b 100644 --- a/arch/x86/mm/Makefile +++ b/arch/x86/mm/Makefile @@ -32,6 +32,4 @@ obj-$(CONFIG_AMD_NUMA)		+= amdtopology.o  obj-$(CONFIG_ACPI_NUMA)		+= srat.o  obj-$(CONFIG_NUMA_EMU)		+= numa_emulation.o -obj-$(CONFIG_MEMTEST)		+= memtest.o -  obj-$(CONFIG_X86_INTEL_MPX)	+= mpx.o  |