Jeremy Fitzhardinge | d5de884 | 2008-07-23 13:28:58 -0700 | [diff] [blame^] | 1 | ifdef CONFIG_FTRACE |
| 2 | # Do not profile debug and lowlevel utilities |
| 3 | CFLAGS_REMOVE_spinlock.o = -pg |
| 4 | CFLAGS_REMOVE_time.o = -pg |
| 5 | endif |
| 6 | |
Isaku Yamahata | af711cd | 2008-04-02 10:53:54 -0700 | [diff] [blame] | 7 | obj-y := enlighten.o setup.o multicalls.o mmu.o \ |
Jeremy Fitzhardinge | cdacc12 | 2008-07-08 15:06:46 -0700 | [diff] [blame] | 8 | time.o xen-asm_$(BITS).o grant-table.o suspend.o |
Jeremy Fitzhardinge | f87e4ca | 2007-07-17 18:37:06 -0700 | [diff] [blame] | 9 | |
Jeremy Fitzhardinge | d5de884 | 2008-07-23 13:28:58 -0700 | [diff] [blame^] | 10 | obj-$(CONFIG_SMP) += smp.o spinlock.o |