diff options
Diffstat (limited to 'arch/x86/xen/Makefile')
-rw-r--r-- | arch/x86/xen/Makefile | 5 |
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 | ||
16 | obj-$(CONFIG_SMP) += smp.o spinlock.o | 16 | obj-$(CONFIG_SMP) += smp.o |
17 | obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o \ No newline at end of file | 17 | obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o |
18 | obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o | ||