2008-07-23 22:28:58 +02: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 19:53:54 +02:00
|
|
|
obj-y := enlighten.o setup.o multicalls.o mmu.o \
|
2008-07-09 00:06:46 +02:00
|
|
|
time.o xen-asm_$(BITS).o grant-table.o suspend.o
|
2007-07-18 03:37:06 +02:00
|
|
|
|
2008-07-23 22:28:58 +02:00
|
|
|
obj-$(CONFIG_SMP) += smp.o spinlock.o
|