X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fxen%2FMakefile;h=313947940a1af66b309d91e5b8a0d687b9136b98;hb=994025caba3e6beade9bde84dd1b70d9d250f27b;hp=9ee745fa552742b907e4a345a57f7ba3bab38caa;hpb=168d2f464ab9860f0d1e66cf1f9684973222f1c6;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile index 9ee745fa552..313947940a1 100644 --- a/arch/x86/xen/Makefile +++ b/arch/x86/xen/Makefile @@ -8,4 +8,5 @@ endif obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \ time.o xen-asm_$(BITS).o grant-table.o suspend.o -obj-$(CONFIG_SMP) += smp.o spinlock.o +obj-$(CONFIG_SMP) += smp.o spinlock.o +obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o \ No newline at end of file