x86/cpu_entry_area: Move it to a separate unit
[sfrench/cifs-2.6.git] / arch / x86 / mm / Makefile
index 7ba7f3d7f477582516a9375f9a7d189e7249493d..2e0017af8f9b068e4a9f6d49103af859b02064fd 100644 (file)
@@ -10,7 +10,7 @@ CFLAGS_REMOVE_mem_encrypt.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
+           pat.o pgtable.o physaddr.o setup_nx.o tlb.o cpu_entry_area.o
 
 # Make sure __phys_addr has no stackprotector
 nostackp := $(call cc-option, -fno-stack-protector)