home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / x86 / xen / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  354 b   |  12 lines

  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
  7.  
  8. obj-y        := enlighten.o setup.o multicalls.o mmu.o irq.o \
  9.             time.o xen-asm_$(BITS).o grant-table.o suspend.o
  10.  
  11. obj-$(CONFIG_SMP)        += smp.o spinlock.o
  12. obj-$(CONFIG_XEN_DEBUG_FS)    += debugfs.o