xen: make direct versions of irq_enable/disable/save/restore to common code
[linux-2.6/mini2440.git] / arch / x86 / xen / Makefile
blob3b767d03fd6add7d6b12ae208e0f5e33ba25db4d
1 ifdef CONFIG_FUNCTION_TRACER
2 # Do not profile debug and lowlevel utilities
3 CFLAGS_REMOVE_spinlock.o = -pg
4 CFLAGS_REMOVE_time.o = -pg
5 CFLAGS_REMOVE_irq.o = -pg
6 endif
8 obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \
9 time.o xen-asm.o xen-asm_$(BITS).o \
10 grant-table.o suspend.o
12 obj-$(CONFIG_SMP) += smp.o spinlock.o
13 obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o