]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - arch/x86/mm/Makefile
Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh...
[thirdparty/linux.git] / arch / x86 / mm / Makefile
index 236e57776ca6484ead401f339ff73a081ee0f64c..98aecb14fbcc24abde26fe8e89b48cb1a0664931 100644 (file)
@@ -12,8 +12,10 @@ CFLAGS_REMOVE_mem_encrypt.o          = -pg
 CFLAGS_REMOVE_mem_encrypt_identity.o   = -pg
 endif
 
-obj-y  :=  init.o init_$(BITS).o fault.o ioremap.o extable.o pageattr.o mmap.o \
-           pat.o pgtable.o physaddr.o setup_nx.o tlb.o cpu_entry_area.o
+obj-y                          :=  init.o init_$(BITS).o fault.o ioremap.o extable.o mmap.o \
+                                   pgtable.o physaddr.o setup_nx.o tlb.o cpu_entry_area.o maccess.o
+
+obj-y                          += pat/
 
 # Make sure __phys_addr has no stackprotector
 nostackp := $(call cc-option, -fno-stack-protector)
@@ -23,8 +25,6 @@ CFLAGS_mem_encrypt_identity.o := $(nostackp)
 
 CFLAGS_fault.o := -I $(srctree)/$(src)/../include/asm/trace
 
-obj-$(CONFIG_X86_PAT)          += pat_rbtree.o
-
 obj-$(CONFIG_X86_32)           += pgtable_32.o iomap_32.o
 
 obj-$(CONFIG_HUGETLB_PAGE)     += hugetlbpage.o