2008-07-23 14:28:58 -06:00
|
|
|
ifdef CONFIG_FTRACE
|
|
|
|
# Do not profile debug and lowlevel utilities
|
|
|
|
CFLAGS_REMOVE_spinlock.o = -pg
|
|
|
|
CFLAGS_REMOVE_time.o = -pg
|
|
|
|
endif
|
|
|
|
|
2008-04-02 11:53:54 -06:00
|
|
|
obj-y := enlighten.o setup.o multicalls.o mmu.o \
|
2008-07-08 16:06:46 -06:00
|
|
|
time.o xen-asm_$(BITS).o grant-table.o suspend.o
|
2007-07-17 19:37:06 -06:00
|
|
|
|
2008-07-23 14:28:58 -06:00
|
|
|
obj-$(CONFIG_SMP) += smp.o spinlock.o
|