aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/xen/Makefile')
-rw-r--r--arch/x86/xen/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile
index a5b9288b7da4..7410640db173 100644
--- a/arch/x86/xen/Makefile
+++ b/arch/x86/xen/Makefile
@@ -13,5 +13,6 @@ obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \
13 time.o xen-asm.o xen-asm_$(BITS).o \ 13 time.o xen-asm.o xen-asm_$(BITS).o \
14 grant-table.o suspend.o 14 grant-table.o suspend.o
15 15
16obj-$(CONFIG_SMP) += smp.o spinlock.o 16obj-$(CONFIG_SMP) += smp.o
17obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o \ No newline at end of file 17obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o
18obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o