1ifdef CONFIG_FUNCTION_TRACER 2# Do not profile debug and lowlevel utilities 3CFLAGS_REMOVE_spinlock.o = -pg 4CFLAGS_REMOVE_time.o = -pg 5CFLAGS_REMOVE_irq.o = -pg 6endif 7 8obj-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 11 12obj-$(CONFIG_SMP) += smp.o 13obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o 14obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o 15